IE 6 not showing it right

Discussion in 'CSS' started by azshah, Oct 11, 2007.

  1. #1
    Hi,

    I have dropdown navigation on my site which works fine in all browsers accept IE6 could some one please help me out here :confused:

    the code is

    #nav li ul li ul { border-left: 0px solid #c00;
    width:15.8em;font-size:90%;margin-left:181px;
    margin-top:0px; position: absolute;font-weight:normal;
    top:0;display:none}



    #nav li ul li:hover ul { display: block; }




    #nav li.active ul li ul { border-left: solid #c00;
    width:15.8em;font-size:90%;margin-left:181px;
    margin-top:0px; position: absolute;font-weight:normal;
    top:0;display:none}



    #nav li.active ul li:hover ul { display: block; }

    /* Fix IE. Hide from IE Mac \*/
    * html li ul li ul { float: left; }
    * html li ul li ul a { height: 1%; }
    * html li.active ul li ul { float: left; }
    * html li.active ul li ul a { height: 1%; }
    /* End */

    the site is http://www.apnideals.com
     
    azshah, Oct 11, 2007 IP
  2. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Is it because the menu doesnt show horizontally ?
     
    Camay123, Oct 11, 2007 IP
  3. azshah

    azshah Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It suppose to show horizontally but in IE6 it showes Vertically and every link expands vertically in the page.
     
    azshah, Oct 11, 2007 IP