|
Answer» Hi there,
I have created a header with a beautifaul image, but I like that some other images wil come there to, each 40 seconds it should show an other image in the header. My problem is, my header is made in the css style sheet, and not with tables, so javascript doesn't work. Does anybody knows a solution
Here is my css CODE:
Code: [SELECT]#header { BACKGROUND: url(header1.PNG) no-repeat 100% 5px; width: 727px; margin: 0 auto; padding: 0; }PRESUMABLY you have a corresponding
?
So just use javascript, document.getElementByID('header')...
|