Ian Piper wrote:
> http://www.tellura.co.uk/index.php
> As you can see, the image used for the background for the left
> sidebar doesn't display in three-column mode and the content column's
> white background doesn't fill the space unless the content is longer
> than the sidebars. But only for IE6, and only when there is no right
> sidebar.
IE6 is confused by the background-position provided for browsers that
support min/max-width.
In the IE6 stylesheet make that...
#leftfauxcol {
background-position: 0 0;
width:100%;
}
#rightfauxcol {
background-position: 100% 0;
width:100%;
}
...and IE6 will cooperate.
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/