Buying Css guru needed for css optimization and css srpites

Discussion in 'Programming' started by schlogo, May 21, 2010.

  1. #1
    Hello

    I need someone to rearrange and optimize css files so there s no unused or inefficient instructions in it. I want this to be done perfectly. I also need some a css sprite to be coded .

    Post here your previous work

    tks !
     
    schlogo, May 21, 2010 IP
  2. CooganA

    CooganA Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I can do this, PM to discuss prices.

    Here is a sample of CSS i have written. I am an experience web developer and have been doing it for 10 years now for commerical websites.

    /* Default Layout Styles //START// */

    ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,html,p,body,blockquote,fieldset,input {margin:0;padding:0}
    h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}

    img { border: 0; }

    *html {overflow:auto}
    *html body {height:100%;overflow:auto}

    body {
    background: url('/javaImages/d4/2a/0,,12939~7416532,00.gif') repeat-x #ffffff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:62.5%;
    text-align:center
    }

    /* Default Layout Styles //END// */

    /* Header //START// */

    #header {
    background: url('/javaImages/ec/d9/0,,12939~8378860,00.jpg') no-repeat;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 960px;
    height: 217px;
    }

    #header .topStrap {
    height: 40px;
    }

    #header .topStrap > span:first-child {
    float: left;
    color: #666666;
    }

    #header .topStrap > span {
    float: right;
    margin-top: 21px;
    height: 19px;
    font-size: 1.3em;
    padding: 0 0 0 16px;
    letter-spacing: 0.1em;
    color: #ffffff;
    }

    #header .topLevelMenu {
    height: 30px;
    background: #e4e4e3;
    }

    #header .topLevelMenu ul {
    list-style-image:none;
    list-style-position:eek:utside;
    list-style-type:none;
    font-size: 1.1em;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
    }

    #header .topLevelMenu ul li:first-child a {
    padding-left: 0;
    border-left: 0;
    }

    #header .topLevelMenu ul li a:hover {
    text-decoration:underline;
    }

    #header .topLevelMenu ul li a {
    text-decoration:none;
    color: #424242;
    padding-left: 10px;
    border-left: 1px solid #bbbbbb;
    }

    #header .topLevelMenu li {
    float: left;
    padding: 7px 0 0 10px;
    }

    #header .topLevelMenu #formContainer {
    float: left;
    margin-left: 6px;
    }

    #header .topLevelMenu #loggedInContainer input {
    float: left;
    }

    #header .topLevelMenu input {
    float: left;
    }

    #header .topLevelMenu input {
    margin-top: 6px;
    font-size: 1.1em;
    }

    #header .topLevelMenu input[type=text] {
    background: #ffffff url('/javaImages/ac/75/0,,12939~8615340,00.jpg');
    }

    #header .topLevelMenu input[type=password] {
    background: #ffffff url('/javaImages/b0/75/0,,12939~8615344,00.jpg');
    }

    #header .topLevelMenu input[type=text], #header .topLevelMenu input[type=password] {
    border: 1px solid #acacac;
    width: 94px;
    height: 15px;
    margin-right: 4px;
    margin-top: 7px;
    color: #acacac;
    }

    #header .topLevelMenu input[type=submit] {
    color: #ffffff;
    margin-right: 7px;
    background: #acacac;
    width: 53px;
    height: 19px;
    border: 0;
    font-weight: bold;
    }
     
    CooganA, May 22, 2010 IP