hi, my site has a problem on IE7 on the navbar as u can see the navbar gets overlying by the rest of site 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):
add a margin-top:xx px; value to you subcontent... or a margin-bottom to you navbar see if this helps