Forum Moderators: not2easy
My problem is this: In IE6, there's a huge gap between the bottom of the header and the top of the nav/content containing div. If I use negative top margins to pull the nav/content up some, it overlaps in FIrefox and ruins the pretty borders I worked so hard to construct.
I've tried all kinds of margin and padding adjustments, even tried to apply the box model hack to the margins (failed), but so far, I can't find a way for Firefox to keep it's margin-top: 0; and IE6 to get the margin-top: -15; that it needs to look right.
Thoughts?