View Full Version : Changing backrounds each visit...


Justin00787
04-09-2003, 09:04 PM
ok here is my backround image code...


<STYLE TYPE="text/css"><!--
BODY {
background-color: #FFFFFF;
background-image: url(http://www.whatever.com/picture.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
--></STYLE>


Its one of those codes that make the picture stay fixed when your scrolling. Is there a code that will randmly change the background each time someone visits for a variety of pictures? Thanks for your help

Alcy
04-10-2003, 02:30 AM
background-attachment: fixed makes the background still while scrolling.

There's a code here that will change the background.
http://javascriptkit.com/script/cut176.shtml