I am getting this to work fine in Mozilla and Safari, but in IE the
background is nowhere to be found. I did also notice in the browsers
where it does show up is when you resize the browser window, the
background is static and doesn't reposition along with the rest. I am
thinking this may be due to the fact that I have one div as position:
absolute for the scrolling effect and everything else is
position:relative. Is there a better way to do this so that my
background image works in this layout? Sorry I cannot provide an
example, but it's yor basic layout with an outer container div, header
div, content div, and footer with two columns within the content div,
onle col floated left  and one right. The right col has scrolling
content so it is positioned absolutely and everying else is positioned
relative.

On 6/15/06, David Laakso <[EMAIL PROTECTED]> wrote:
> Tom Anthony wrote:
> > On 15 Jun 2006, at 00:20, Bruce Gilbert wrote:
> >
> >
> >> I have a div filled with text that I am creating scrolling
> >> functionality using DHTML. I am having a CSS issue because my
> >> background image was scrolling along with the text, and I wanted it to
> >> remain put (static), so I tried this:
> >>
> >>
> >> --
> >> ::Bruce::
> >>
> >
> > Hi Bruce,
> > background-attachment:scroll;
> > should be:
> > background-attachment:fixed;
> > -Tom
> >
> "Fixed" may be a problem for IE. Although there is an underground rumor
> a friend of the list has solved this wicked difficult problem.
> Best wishes,
> ~odilonRedon
>


-- 
::Bruce::
______________________________________________________________________
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