PDA

View Full Version : scrolling background image in FF


paulj
08-03-2007, 07:19 PM
Howdy,I am running into an issue with a scrolling background image I have in a div (id=#rightcontent) with overflow set to scroll. It works great in IE6 and IE7 (it scrolls with text)... but the background image remains "fixed" in FF.I want the background image to scroll with the text in FF...

doctordew
08-03-2007, 07:25 PM
I'm not sure exactly what you are trying to do, but your answer can be found on this page of an html tutorial. http://www.html.net/tutorials/css/lesson3.asp

Just go there and they show examples in css. Use the code they give you for the way you want it to be done. Hope this helps.