CSS polygonal image map rollovers, help!
Hi again sitepoint masters,
I'm trying to complete a splash page with rather complicated rollover areas.
I don't have anything online, but the images should suffice.
http://i.imgur.com/zf9X0.png
this would be the area as it initially appears onscreen
http://i.imgur.com/86U02.png
this would be the rollover, and now it is a link.
I'm aware that DW has a polygonal link area map tool, but it doesn't necessarily handle rollovers. Is there a simpler method without using the maps?
Would something like this work
a:hover {
background-image: url("..polygon_rollover.png")
There are 8 of these polygonal links. What am I looking at, spans? creating a class for each one?
Thanks in advance on this simple question,
ori