Hi All
I am using Javascript on a background layer to resize it so that it always fills the screen. However I want to keep the background fixed and scroll the text/content of the page.
Since I am a beginner I am not 100% sure how to achieve this. I know I can use CSS to keep a background fixed and scroll the text, but the background is on a layer with the Z index of -1 so I don't know if I can keep that static.
Is there a way that my background layer can remain fixed and I can scroll the text over that layer?
Any help greatly appreciated
Naiku
I am using Javascript on a background layer to resize it so that it always fills the screen. However I want to keep the background fixed and scroll the text/content of the page.
Since I am a beginner I am not 100% sure how to achieve this. I know I can use CSS to keep a background fixed and scroll the text, but the background is on a layer with the Z index of -1 so I don't know if I can keep that static.
Is there a way that my background layer can remain fixed and I can scroll the text over that layer?
Any help greatly appreciated
Naiku