Hi
I would like to be able to change my main header background picture, depending on the time of day, I.e
1) Morning 06h00<>10h00
2) Day 10h00<>16h00
3) Dusk 16h00<>19h00
4) Night 19h00<>06h00
In my CSS file I have a line that say :
But I need to add 3 more imgs and script to make then change per time of day, thanks in advance :oCode:#header{background-image:url(../../img/steback.jpg);}
