views:

97

answers:

1

I want the background to scroll with overflow: auto.

Is this possible with pure CSS?

+1  A: 

I think what you want to do is customize your background image for the div. You can control scrolling behavior with the background-attachment directive.

Jeremy DeGroot
I don't think that works with something scrolling with overflow. It's the first thing I tried but the bg scrolls as normal.
Gazzer