Hey
Hoping someone can fill me in on why the floats, and subsequently (I think) the nav on this site are about 10px higher on all the sub pages than they are on the index page. (doesn’t happen in IE)
| SitePoint Sponsor |


Hi,
It's the default top margin that mozilla applies to the p tag and ie doesn't. You need to control explicitly the margins and paddding of all the elements you use.
That should even the display outCode:p {margin:0 0 1em 0;padding:0}![]()
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge
Bookmarks