PHP: Fixed Background

Androo

Yeah, Androo.
Hey,
I was wondering, what is the php code to make a background stay put while scrolling?
Thanks,
Androo.
 
hehe thanks..
nb3004 suggested something also...

in the <body> tag, make it look like this:
<body background="whatever.jpg" bgproperties="fixed">
 
Yes, please follow HTML standards! Although I don't know if the bgproperties is a valid HTML 4.0 property for the body tag(don't want to look ;)) if it isn't you should stick to the stylesheet.
 
Back
Top