|
-
Apr 24th, 2001, 01:52 AM
#1
Thread Starter
New Member
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>
-
Apr 24th, 2001, 02:13 AM
#2
Fanatic Member
Try changing the onMouseUp to onMouseOver or onMouseDown... that should do something...
-
Apr 24th, 2001, 06:31 AM
#3
Black Cat
You can use CSS to change the mouse pointer:
Code:
style="cursor : hand;"
I'm not sure if it works for other browsers than IE, though.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Apr 24th, 2001, 06:40 AM
#4
Thread Starter
New Member
Perfect!!!
Thank you JoshT.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|