background-attachment: fixed not working on Safari

Tiny Giant Studios picture Tiny Giant Studios · Sep 22, 2014 · Viewed 10.1k times · Source

I've got the following code running on an element that spans 100% of the browser:

#section_white {
  background-attachment:fixed;
  background-image:url(image_url_here.jpg);
  background-position:100% 100%;
  background-repeat:no-repeat no-repeat;
  background-size:cover;
}

What I need to do is to have the image span the entire width of the browser, while remaining fixed (thereby allowing the content to scroll on top of it).

It seems to work on all the browsers except Safari - any ideas what I'm missing?

I've tried setting the element height and min-height to 100%, with no joy.

A link to a demo page can be seen here: http://oscarsarc.tinygiantstudios.co.za/adopt/adopt-nationwide/

Answer

Tiny Giant Studios picture Tiny Giant Studios · Sep 22, 2014

Turns out Safari for Windows is no longer supported (how did I miss this?!) and the one I'm using is far too old to be useful. Using OSX / Safari, things look peachy (according to Benjamin)