Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I change the mouse pointer? 1

Status
Not open for further replies.

rhowes

IS-IT--Management
Joined
Jun 6, 2001
Messages
140
Location
ZA
Hi

I have a table and each row has an anchor tag around it so you can click anywhere on the row and navigate to an appropriate page.

Unfortunately when the mouse pointer hovers over the row it does not change to a hand. This does not affect functionality but changing to a hand does tell the user the row can be clicked.

Is there any way I can change the mouse pointer to a hand when I over over a row? I change the row background colour when you hover over a row but would like to be able to change the cursor as well.

Thank you.
Cheers
Richard
 
Hi Richard,

add "cursor: hand;" to the same style where you change the row-background-color.
(I'm not sure if it works in NN, but it works in IE)

For more CSS-properties supported by IE4 see thread215-113187

For more CSS-information supported by all browsers see
Hope this helps,
Erik
 
for ns6 it would be cursor:pointer; ,(as i remember it for now..)

for nn4x - guess what?..
it won't work :) (use links to make cursor hand-like) Victor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top