How to keep the background from scrolling with the content
-
Does anyone know how to keep the background from scrolling with the content? It seems like this is probably something that is done through html with frames, but there may be a way to do this with css that I’m not aware of. Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
In the background declaration instead of “scroll” put “fixed” or try “no-scroll”. One of the two will work – possibly both.
-
-
- The topic ‘How to keep the background from scrolling with the content’ is closed to new replies.