IE7 problem with navbar

Discussion in 'CSS' started by giusbit, Aug 4, 2009.

  1. #1
    hi,

    my site has a problem on IE7 on the navbar

    as u can see the navbar gets overlying by the rest of site

    [​IMG]

    how can i fix it?

    
    #top_menu
    {
       height: 30px;
    clear: both;
       padding-left: 20px;
       background:url('/images/top_menu_bg.png') 0 0 repeat-x;
    }
    
    Code (markup):
     
    giusbit, Aug 4, 2009 IP
  2. Designstrike

    Designstrike Peon

    Messages:
    110
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    add a margin-top:xx px; value to you subcontent... or a margin-bottom to you navbar see if this helps
     
    Designstrike, Aug 4, 2009 IP
  3. giusbit

    giusbit Active Member

    Messages:
    199
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    it was fixed allready thanks
     
    giusbit, Aug 4, 2009 IP