disable left click

P

Paul C

Hi
I have an image with hotspots ,when you hover over them they display some
text. How can I dissable left click so that the page does not load again.
Thanks
paul M
 
S

SingaporeWebDesign

Hello,

Have you tried adding

onClick="return false;"

attribute to the hotspot tag?
 
Top