Random Banner through CSS code
-
I was interested in making a simple random banner for my site, which can be found here.
Basically how I pull the image header now is through CSS stylsheet like this:
#header {
background: url(‘header/image1.jpg’) no-repeat bottom;
height: 183px;
margin: 0 auto;
width:760px;
padding:0;
border:0px solid;
}How do I make the directory pull random image banners to the header?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Random Banner through CSS code’ is closed to new replies.