I don't want to use the JS option to rotate header images every N seconds, but I do want the header image to rotate in a sequential order with every link that the user clicks on. How can I get this effect?
In other words, when someone visits the site I want the first header image to always be the same. Then, when they click a link, it would always go to the second header, then the third, etc. How can I do this?
Thanks!