How does one make a rollover on an image map using CSS/HTML?
Basically, I've mapped out an image so that it has clickable areas. But I want each of those clickable areas to change whenever the user hovers their pointer over it, while still remaining clickable. Is there a CSS/HTML code for this?