Luc wrote:

> I have a footer that sticks to the bottom of the page but in IE6 i 
> encounter a problem: the footer doesn't occupy the width of the 
> container, i.o.w. it stops about 8px before reaching the left side of
>  the container.

Short on the right side at my end.

> http://www.dzinelabs.com/sandbox/dwexample1.html

Page suffers from the "auto-expansion bug" in IE6 - something is too
wide in there, making the page too wide.
The footer OTOH stretches "only" '100%' of the intended
'width:48.75em;', so it appears to be too narrow.

You either add...

* html .twoColElsLtHdr #container{
        overflow-x: hidden;
}

...to kill the "auto-expansion bug", or you find what's causing the
expansion and removes that.

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