Issue with nav menu in MSIE 5 and 6

Discussion in 'CSS' started by SharkSpace, Jan 20, 2008.

  1. #1
    My nav menu works fine in MSIE 7 and Firefox but in MSIE 5 and 6 a white box appears under the menu.

    I have screenshots attached.

    Here is my code:

    
    
    #navwrapnew {
      width: 100%;
      float: left;
      display: inline;
      background: #CADAEE;
      border-top: 0;
      border-bottom: 0;
      }
    #topwrapnew {
      width: 770px;
      margin: auto;
      }
    
    PHP:
    Any ideas what is needed to fix it?
     

    Attached Files:

    SharkSpace, Jan 20, 2008 IP
  2. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Care to show us the HTML that goes with the CSS?
     
    nicangeli, Jan 20, 2008 IP
  3. SharkSpace

    SharkSpace Peon

    Messages:
    431
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    SharkSpace, Jan 20, 2008 IP