Quote:
Originally Posted by veenuisthebest
please tell me.. how did you make the logo's to switch dynamically on every refresh !!
|
Well that took me two days to think of an efficient way to keep server load down (meant no extra useage of javascript), have tons of headers that aren't prerendered, and be able to change the logo on the fly for when I do contests or giveaways.
So I decided on using a rotation script written in php. I called the script into my headers as a background and then have a png 24 layered over top of it.
Only smart way to do it.