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
<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