Hi am new here
I Need Help
am working on a site that uses css to load the header file. I need help to make this change the images after a given time.
it uses 2 files at once. what do i have to add to the script some it changes the image at a predetermined time.
say it loads header1.jpg and header1.png ----> header2.jpg and header2.png than header2.jpg ----> header2.png that back again to the first file.
Code:/* begin Header */ div.art-Header { margin: 0 auto; position: relative; z-index:0; width: 990px; height: 200px; } div.art-Header-png { position: absolute; z-index:-2; top: 0; left: 0; width: 990px; height: 200px; background-image: url('images/Header1.png'); background-repeat: no-repeat; background-position: left top; } div.art-Header-jpeg { position: absolute; z-index:-1; top: 0; left: 0; width: 990px; height: 200px; background-image: url('images/Header1.jpg'); background-repeat: no-repeat; background-position: center center; }







Bookmarks