[EMAIL PROTECTED] wrote:
> Does anyone have any idea WHY that only happens under those
> circumstances and what I can do to fix it?

Cause: 3px bug moved on to container, added to width and getting
squeezed in IE.

One working solution, add...

#leftnav {margin-bottom: -1000px;}

...which makes #leftnav take up no space (as the browsers see it), so IE
have nothing to drop page-body below, and will keep it staying up there
regardless of window-width.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to