Forum Moderators: open
I have a standard "top and tail" table layout site. The top table is a 2 column single row. Thw lower table is also a 2 column single row.
The top table acts as the header and has a background picture for the cell on the left hand side and an inserted image on the right which is .GIF so it blends in with the background image on the right when the browser is on smaller resolutions.
Is there a way to have a different background image load on the left cell so on each page load a new background image will appear as the background of the left header cell? Or even a continous rotation set to rotate the image every 3 seconds or so?
You can do this with Javascript (and if Javasript is disabled or unsupported, a default static BG should be provided) or dynamically generate the pages and use a random BG each time.
As for changing it every X seconds, this would probably be annoying or at the least unsettling to the average visitor.