I'm trying to make the background image in divs scrollable (not fixed).
I've tried copying example 2: (usually works... e.g. IE9)
http://www.codertools.com/css_help_guide/css_background-attachment.aspx
Here is my version: (sometimes doesn't work)
http://sky-walker.net/temp/panning/panning2.html
I've basically copied and pasted the code (except for the path of the image file) but the background image stays fixed if I scroll the div...
I want the background image to scroll, like in example 2.
My problem happens in IE9 (Windows 7) and Chrome 12 (Windows 7 and Windows XP) but not IE6 (Windows XP). In Chrome 12 for Vista the first link (example 2) doesn't work either.