On 22 Mar 2008, at 7:30pm, Gunlaug Sørtun wrote:

> 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.
>

Thanks Georg. I tried that and I don't think it has had any effect (at  
least from my browser). Odd.


Ian.
--
[EMAIL PROTECTED]
07973 156616 | 01926 811383




______________________________________________________________________
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