Link to home
Start Free TrialLog in
Avatar of searchsanjaysharma
searchsanjaysharma

asked on

How to put hover effect on the following link of map.

<img src="images/india_map3.jpg" width="563" height="653" border="0" usemap="#Map">
<map name="Map" id="Map">
                          <area shape="rect" coords="492,251,532,263" id="e3" onclick ="JavaScript:DoSomething(this.id);" />
                          <area shape="rect" coords="315,280,362,291" id="e6" onclick ="JavaScript:DoSomething(this.id);" />
                          <area shape="rect" coords="371,288,426,300" id="e7" onclick ="JavaScript:DoSomething(this.id);" />
Avatar of BuggyCoder
BuggyCoder
Flag of India image

Avatar of searchsanjaysharma
searchsanjaysharma

ASKER

I dont want this, i want hover on every link. have a look at
http://www.indiannursingcouncil.org/gfatm/testcharts/home.aspx

Here on map, when i take the mouse on any link, the icon should change indicating that something is there.
ASKER CERTIFIED SOLUTION
Avatar of Proculopsis
Proculopsis

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