Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

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"/>
			

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Robert Schutt
Robert Schutt
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robert Granlund

ASKER

Do you think there is a way to add content to the "popup area" when you hover over it?
http://www.energyreco.com/mapping/
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