I may have just missed it, but is there a way to fix a background image in Blue Voda so that it does not move if other elements in a page do?
Fixed Backgrounds?
Collapse
X
-
Re: Fixed Backgrounds?
Hi, or do you mean you want a fixed background & your pages text will scroll over the top of the image?
If so cut & paste the code below in to the pages html area under “Beginning of body” area & change the image url from http://www.webbiesite.com/satisfaction.jpg to your own images that is on your server.
Good luck..
HTML Code:<script language="JavaScript1.2"> /* Watermark Backgound Image Script by(www.webbiesite.com) */ if (document.all||document.getElementById) document.body.style.background="url('http://www.webbiesite.com/satisfaction.jpg') #ffffff center no-repeat fixed" </script>
Comment
-
Comment