PDA

View Full Version : Fixed random background?


ajackwithoneeye
06-15-2005, 07:48 PM
I used this code: http://javascript.internet.com/bgeffects/random-background.html , for a random background image. But I'd like it to be fixed at the bottom right hand corner, and I can't seem to figure out how. Any suggestions?

glenngv
06-16-2005, 12:23 PM
Try this:
document.body.style.background = "url(path/to/backg.gif) no-repeat fixed bottom right";