IE display breakdown

publik

New Member
OK a champ on another forum figured this out for me, I needed an invisible barrier below the header div and above the navbar to stop the divs being pushed up. Like this:

<div style="clear: both; width: 100%; height: 0; line-height: 0;
font-size: 0;">&nbsp;</div>
 
Top