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
Post a Comment