I have a page at http://www.biotext.com.au/test0205/testpage3.html with a
background image on the body tag.
The content doesn't scroll in IE6 - the scrollbar is 'greyed out'. The html
and css validate and I can't see anything else to cause this. It scrolls in
IE5 and Firefox.


I have tried a fixed background on the page at
http://www.biotext.com.au/test0205/testpage3a.html
     body {
            background-attachment: fixed;
            background-image: url("background.jpg");
            background-repeat: no-repeat;
            background-position: right top; }
which stays put in Firefox while the rest of the page scrolls, and it also
works in IE5, but it doesn't scroll in IE6. Presumably it's the same problem
as the first page - as long as the fixed image is on the body tag, will it
be okay in IE6, Opera etc?

Thanks
Maren

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to