PDA

Click to See Complete Forum and Search --> : "Hand" donīt shows over a link, does anybody know why.


zwappy
Apr 24th, 2001, 01:52 AM
Hi!!!
Why does the "hand" over the three links only shows over the last link, not over the first two??? How can I fix it???
Sorry for my bad language, I hope you understand.

Here is the code:

<td align="center"><img src="picture1.gif" border="0" value="Tillbaka" onmouseup="javascript:history.back();"></td>

<td align="center"><img src="picture2.gif" border="0" value="Radera order" onmouseup="radera_order();"></td>

<td align="center"><input type="Image" src="picture3.gif" border="0" value="Beställ artiklar"></td>

chrismitchell
Apr 24th, 2001, 02:13 AM
Try changing the onMouseUp to onMouseOver or onMouseDown... that should do something... :)

JoshT
Apr 24th, 2001, 06:31 AM
You can use CSS to change the mouse pointer:

style="cursor : hand;"


I'm not sure if it works for other browsers than IE, though.

zwappy
Apr 24th, 2001, 06:40 AM
Perfect!!!
Thank you JoshT.