Robert Granlund
asked on
Map Area Outline
Is there anyway to place a border around a Map area? I need to make it a polygon and it would help to see the outline.
<map name="mapping">
<area shape="poly" coords="300,180,350,160,400,255,250,400" href="#">
</map>
<img src="<?php echo get_bloginfo('template_directory');?>/img/North_American.png" alt"Mapping" usemap="#mapping"/>
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
You mean like a tooltip? You could just use the title attribute on an area. I have updated the fiddle for an example.
There is also an example on the imagemapster website using much nicer styled (even interactive) tooltips: http://www.outsharked.com/imagemapster/examples/joints/SkeletonJointExample.html
ASKER
http://www.energyreco.com/mapping/