That space before the subnav div worked! Thanks a million. Never knew about that part of the bug.
Now, does anyone have any idea about the unwanted boxpunching? For reference, here's the relevant CSS: #header { > position: absolute; > top: 7px; left: 0; > margin-left: 180px; } > > #styleswitch { > padding-left: 6.7em; > text-align: right; > float: right; } For XHTML that goes like this: <div id="header"> > <div id="styleswitch" title="Change the default font size."> > <h3>font size:</h3> > <p><a href="#" onclick="setActiveStyleSheet('small');return false;">s</a> > | > <a href="#" onclick="setActiveStyleSheet('medium');return false;">m</a> | > <a href="#" onclick="setActiveStyleSheet('big');return false;">l</a></p> > </div> > ...some code... > </div> And for some reason, #styleswitch is extruding from its parent containers. Thanks in advance. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/