PDA

View Full Version : backround script problem


relyt
01-22-2003, 03:17 AM
i am trying to make the backround picture of my site, www.warpcell.com stay still when you scroll up and down, like www.creativephp.com did. anyone know how i would do that?

Borgtex
01-22-2003, 03:51 AM
You can do it both using styles:
<style>
BODY
{
background-attachment: fixed;
}
</style>

or that attribute in the <body> tag:

<body bgproperties="fixed" ......>

relyt
01-22-2003, 03:55 AM
thank you

-----
we are species 8472. the borg are weaker then us! lol

cg9com
01-22-2003, 07:20 AM
isnt bgproperties="fixed" IE only?
i dont know why its properties because "fixed" is the only thing you can put in there heh.

i say go with the css version