PDA

View Full Version : controlling rollover buttons


ddolddolee82
04-21-2006, 12:00 PM
How can I make a rollover button keep displaying the swapped image once is it clicked?

Piperwolf
04-21-2006, 12:28 PM
that'll be the a:visited CSS tag. Are you using CSS now? It should be easy to just dump some generic code in there with a:visited, otherwise I'll have to look it up as I'm CSS noob.

Forgot to mention, thats the "visited" as in you've been to that link before property. If you reset the browser's history thing, it'll reset that button too.