IE Problem

Discussion in 'CSS' started by bacanze, Dec 31, 2006.

  1. #1
    Hi people

    I was just messing around with menus etc for a site I intend to build, however if you view it in FF, its perfect however with IE, it spaces in out and only makes the text clickable, rather than the whole menu.

    URL www.fishers-homes.com

    CSS Code

    
    /* CSS Document */
    #navigation   {
    width:200px;
    font-family:Arial, Helvetica, sans-serif;
    }
    
    #navigation ul  {
    list-style:none;
    margin:0;
    padding:0;
    }
    
    #navigation li  {
    border-right: 1px solid, #990000;
    }
    
    
    #navigation li a:link, #navigation li a:visited {
    display:block;
    padding:0px, 0px, px, 0px;
    border-bottom: 1px solid #990033;
    border-left: 12px solid, #990000;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#D63030;
    }
    
    #navigation li a:hover  {
    background-color:#990000;
    color:#FFFFFF;
    border-left:12px solid #990000;
    }
    
    Code (markup):
     
    bacanze, Dec 31, 2006 IP