I am looking for some assistance or a point in the right direction. Here's what I'm looking to do and I'm opting for a Javascript solution first even though it could be handled in a different language.
I have 3 main images on the homepage of the Web site that will rotate.
When Image 1 is displayed, there are 2 other seperate images on the page that need to turn into a different color when Image 1 is displayed. Then when Image 1 goes away, those 2 other images turn back to their original color.
When Image 2 is displayed, there are 2 other images on the page that need to turn into a different color when Image 2 is displayed. Then when Image 2 goes away, those 2 other images turn back to their original color.
And then the same thing for Image 3.
What is the best way to handle this and is there maybe a script created somewhere already on a free site that does this or maybe does some of this and then we can manipulate the rest?
how do you "rotate" the main images? and what does it mean, that some other images need to turn to different colour? do you have these images as separated files, so you want to e.g. change a src attribute of an <img> tag?
Bookmarks