How do I remove the blue border when I click on a hotspot mapped to my image in HTML/CSS? -


i have created hotspots on image , when ever click on area of image blue box appreas (in browsers). have tried including adding:

#mapimage {     margin: 0px; padding: 0px; text-align: center;border:0 }   #mapimage area {     margin: 0px; padding: 0px; text-align: center;border:0 }   #imagemap area { outline:none; }  img { border: none; } 

here code:

<img id="mapimage" src="http://intra.ontariocourts.on.ca/ocj/wp-content/uploads/2014/09/regionsofthecourt.jpg" alt="regionsofthecourt" usemap="#regions" width="480" height="468" /></div> 

please help! thank you!

you need add outline:none; a img well.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -