Apply css to AREA MAP

Posted by PeterCPWong on Stack Overflow See other posts from Stack Overflow or by PeterCPWong
Published on 2011-02-17T08:02:40Z Indexed on 2012/05/30 22:40 UTC
Read the original article Hit count: 142

Filed under:
|
|
|

I'm created a very large map with many poly areas (over 20 coordinates each) for regions within the map. However, you can't add css to the AREA tag as I was told it's not a visible element. What I want to do is when the user hovers over an area on the map, I want it to be "highlighted" by applying a 1px border to the specific AREA element. Is there a way of doing this? No, I'm not going to resort using rectangles.

© Stack Overflow or respective owner

Related posts about html

Related posts about css