Silk-Works wrote:

> I have large bottom padding and large negative bottom margin applied 
> to a sidebar navigation and an inner content area, contained in a 
> wrapper with overflow set to hidden, to keep my columns the same 
> length for different content, which seems to be fine in opera and FF,
>  but ignored in IE.

> http://www.silk-works.com

IE does hide overflow on #divWrapper, but a bug makes it render the
overflowing parts of any container that has 'position: relative'
declared on it.

We use this IE-bug combination to make IE /show/ overflow at times -
just like other browsers do, but in your case the effect is quite
unintentional and unwanted.

Thus, the solution is to delete 'position: relative' on...

#divWrapper #divSidebar

...and...

#divWrapper #divContainer

...and IE will stop showing parts of those containers sticking below the
footer.

regards
        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