Results 1 to 4 of 4

Thread: "Hand" don´t shows over a link, does anybody know why.

  1. #1

    Thread Starter
    New Member zwappy's Avatar
    Join Date
    Apr 2001
    Posts
    13

    Thumbs up

    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>

  2. #2
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Try changing the onMouseUp to onMouseOver or onMouseDown... that should do something...

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  4. #4

    Thread Starter
    New Member zwappy's Avatar
    Join Date
    Apr 2001
    Posts
    13
    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
  •  



Click Here to Expand Forum to Full Width