Pete Harrison wrote:
> I've taken over a simple design at http://www.squaremilemag.com/n3-index.asp
> which has a couple of issues. I cannot see why there is a gap between the
> main content area and the header2 red band across the page, and in IE6, the
> sidebar menu overlaps the main content area just a little even though the
> css should mean then never touch.

Gap:
The default vertical margin of h1 and the adjoining margin of its parent
#mainContent are collapsing.
http://css-discuss.incutio.com/?page=CollapsingMargin

IE6:
In WebdeveloperToolbar, it looks like the a inside li aquires an 
additional margin-right of 3px. Hmm. A sort of white-space bug? Anyway,

* html #sidebar1 {overflow-x:hidden} seems to truncate it.


Regards,

Ingo

-- 
http://www.satzansatz.de/css.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to