John Shepard wrote:
> http://pnma.org.

div.contentBodyContainer {width : 600px;}

...is too wide, and IE can't handle overflow properly.

Suggest you try...

div.contentBodyContainer {width : auto;}

...or trim the width to a more suitable value.

In IE6 you're also experiencing the 'margin-doubling on floats' bug on
the navigation, which will disappear if you add...

#SAW_TopNavigation {display: inline;}


Lots of commented-out garbage above the doctype makes IE6/7 run in
quirks mode. That's fine (with me) but then you also have to add quirks
mode page-centering and counteract the box model differences, or design
mode-independent.

HTML validator says "end tag for "div" omitted...", which can lead to
quite serious rendering problems across browser-land. Don't think it
ruins much in your layout, but it should be fixed along with the other
reported errors in there.

Overly verbose(!) markup and CSS for what seems to be a rather simple
design, complicates any debugging-attempts and makes it hard to suggest
further improvements.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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