Tab hover effect

No comments



          
    
    
  • Account

  •   
        
    
  • Auctions

  •    
       
    
  • Information

  •      

           


    #tabs {

    list-style: none outside none;
    margin:1px 0 0 10px;
       height: 37px;

    }

    #tabs li {

        background:url(../images/menubg.png) no-repeat scroll 0 -52px transparent;
        display: block;
        float: left;
          height: 37px;
        margin-right: 18px;
        position: relative;
       /* z-index: 1;*/
    }
    #tabs .current {
       background: url(../images/menubg.png) no-repeat scroll 0 -2px transparent;
    display: block;
    float: left;
       height: 37px;
    position: relative;
    }

    #tabs .current {
    z-index: 99;
    }
    #tabs li a {
    background: url(../images/menubg.png) no-repeat scroll right -257px transparent;
     
        color: #fff;
        display: block;
        font:bold 15px arial;
        text-shadow:1px 2px 4px #000000;
       height: 37px;
        line-height: 37px;
        margin-right: -39px;
       padding: 0px 46px 0 29px;
        text-align: center;
        text-decoration: none;
    }
    #tabs .current a {
      background: url("../images/menubg.png") no-repeat scroll right -206px transparent;
    color: #fff;
    display: block;
    font:bold 15px arial;
    text-shadow:1px 2px 4px #000000;
       height: 37px;
    line-height: 37px;
    margin-right: -39px;
    padding: 0px 46px 0 29px;
    text-align: center;
    text-decoration: none;
    }


    #tabs li:hover {
       background: url("../images/menubg.png") no-repeat scroll 0 -2px transparent;
    display: block;
    float: left;
       height: 37px;
    position: relative;
    }

    #tabs li a:hover {
      background: url("../images/menubg.png") no-repeat scroll right -206px transparent;
    color: #fff;
    display: block;
    font:bold 15px arial;
    text-shadow:1px 2px 4px #000000;
        height: 37px;
    line-height: 37px;
    margin-right: -39px;
    padding:0px 46px 0 29px;
    text-align: center;
    text-decoration: none;
    }

    No comments :

    Post a Comment