• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NEEDED : Javascript/PHP Script

LordPhoenix

Golden Member
Alright.

I need a rollover link to change it's link BUT not image every 1 hour. I need this in a javascript code and explanation of how it works. Could anyone assist me?
 
So you've got an image that you want linked to different things every hour? Not sure I understand why you need a rollover thinger.
 
You probably want to do that in php instead of javascript. First of all: where are the links coming from? Can you hardcode them or do you have them stored in a database somewhere?
 
Alright.

Go to the site, http://www.ipodtut.com

Do you see those 5 pictures? They have a rollover.
I need the images+rollovers to change links every 1 hour.

would you know how to do this? i could care less if its php or javascript. whichever's easier.
 
it's a server-side task to change it every hour - you would need some method to modify the static code (to change the img src) which wouldn't work. Your best bet is to code it so it is randomized on each user's load among an array of pictures.

I won't tell you how unless you can get me a free IPOD though.
 
Back
Top