I have a script being called by clicking image.
In order to present image as clickable I like to have mouse pointer changes
to a hand when the pointer is over the image.
So I put
<area shape="default" coords="0,0,100 0,1000" href="#"
onclick="javasc ript:runJS(even t)" alt="run JS">
but, this is working well with IE but not with Safari
and so I put
<area shape="default" coords="0,0,100 0,1000" href="javascrip t:void(0)"
onclick="runJS( event)" alt="run JS">
But this is working well with all broswers but not with IE
Any suggestions?
--
*************** *** End of Message *************** ***
In order to present image as clickable I like to have mouse pointer changes
to a hand when the pointer is over the image.
So I put
<area shape="default" coords="0,0,100 0,1000" href="#"
onclick="javasc ript:runJS(even t)" alt="run JS">
but, this is working well with IE but not with Safari
and so I put
<area shape="default" coords="0,0,100 0,1000" href="javascrip t:void(0)"
onclick="runJS( event)" alt="run JS">
But this is working well with all broswers but not with IE
Any suggestions?
--
*************** *** End of Message *************** ***
Comment