Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • Aligning menus IE 7

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1
    • 0
    • 0
    Comment on it

    Staircase Effect

    When menus are not aligning in ie7 the following code can help you

    <ul>  
        <li><a href="#"></a></li>  
        <li><a href="#"></a></li>  
        <li><a href="#"></a></li> 
    

    ul li a {  
        display: block;  
        width: 130px;  
        height: 30px;  
        text-align: center;  
        color: #fff;  
        float: left;  
        background: #95CFEF;  
        border: solid 1px #36F;  
        margin: 30px 5px;  
    }
    
    Aligning menus IE 7
    asd sdf

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: