css - html map area hover effect -


<img alt="" src="img/immagini di base nopain project/parti donna/corpo-donna-fronte.png" width="477" height="672" usemap="#woman-body" id="corpo_d" /> <map id="woman-body">     <area shape="rect" coords="260,140,200,50" href="#" id="body_one"  />     <area shape="rect" coords="200,150,160,220" href="#" id="body_two" /> </map> 

when mouse on 1 of 2 areas, area highlighted border.

this css, not work.

area#body_one:hover {     border:1px solid #0f0;   } 

i don't think work. need plugin imagemapster — it's quite easy set , use , can lot of nice things it.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -