Michael Adams wrote:

> Using a two column negative margin layout, only IE5, IE5.5 and IE6
> all show the sidebar below the main content, though everything looks
> offset correctly in the x direction. First time i've tried working in
> quirks mode and wonder if anyone can see my overlooked issue.
> 
> http://demo.realpeople.gen.nz

IE6 (regardless of mode) and below do not respect declared dimensions.
The result is a too wide sidebar - making it drop.

Adding...

* html #sidebar {overflow-x: hidden; margin-right: -10px;}

...will keep sidebar-width under control, and provide some extra space
for IE/win's calculation bugs.

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