Nov 7, 2002 #1 serpento Programmer Joined Jun 16, 2002 Messages 92 Location GB I want the mouse icon to change to a hand when it goes over an image that isn't a hyperlink.
Nov 7, 2002 #2 adam0101 Programmer Joined Jun 25, 2002 Messages 1,952 Location US <img style="cursor:hand"> Adam http://www.adventex.com Upvote 0 Downvote
Nov 7, 2002 Thread starter #3 serpento Programmer Joined Jun 16, 2002 Messages 92 Location GB Thanks, works great in IE but not in Netcape. Anyone got a way that will work with Netscape 6? Upvote 0 Downvote
Nov 7, 2002 #4 sundemon Programmer Joined Aug 11, 2001 Messages 125 Hi, "cursorointer; works in both IE ans NS Upvote 0 Downvote
Nov 7, 2002 #5 Boomerang Programmer Joined Mar 30, 2001 Messages 766 Location NL try this: <style> .mycursor { cursor: pointer; cursor: hand; } </style> <img class="mycursor"> Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! --> Upvote 0 Downvote
try this: <style> .mycursor { cursor: pointer; cursor: hand; } </style> <img class="mycursor"> Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! -->