PDA

View Full Version : Please help


Kenneth2k
11-18-2002, 02:20 AM
I'm looking for javascript that when I you scroll the bar, everything will move, but the background stays still. Can I have that script, plz. Thanks

glenngv
11-18-2002, 02:39 AM
if (document.all||document.getElementById)
document.body.style.background="white url('backg.gif') no-repeat fixed center";

x_goose_x
11-18-2002, 02:39 AM
This what you want?

<body background="img.jpg" bgproperties="fixed">

Ankun
11-18-2002, 06:02 AM
er it seems not alot of people read the post entitled "MUST READ- How to post a JavaScript question!"

and uh the solution x_goose_x gave you works perfectly..you dont even have to go as far as using javascript.