hey there i'm trying to work out how to create a layout for my site. basically i want the background to stay still when you scroll down. and i want all my site to be in the box/table/shape thingy (that rectangle!!!!) :) how do i create this.
:) help please. background fix / scroll...
Collapse
X
-
Re: :) help please. background fix / scroll...
This might help. But upload your image to your server & use the full url of the image.
-
-
Re: :) help please. background fix / scroll...
no that doesn't help sorry, that just creates the images as a repeat background... whereas i can have the image as a background using bluevoda anyway.... its how can i fix the background. so the table scrolls across it???? i dont like the table and the background feeling asif they are glue'd together when you scroll....
Comment
-
-
Re: :) help please. background fix / scroll...
This one seems to do what you ask................
<script language="JavaScript1.2">
if (document.all||document.getElementById)
document.body.style.background="url('http://www.collectors-info.com/Collector-bird-jackdoor.gif') white center no-repeat fixed"
</script
Comment
-
-
Re: :) help please. background fix / scroll...
Originally posted by davidundalicia View PostThis one seems to do what you ask................
<script language="JavaScript1.2">
if (document.all||document.getElementById)
document.body.style.background="url('http://www.collectors-info.com/Collector-bird-jackdoor.gif') white center no-repeat fixed"
</script
Comment
-
Comment