PDA

View Full Version : CSS Help - mouse change


Harley-Oman
Sun 29th Sep '02, 9:47am
Hey, anyone know how to get the link-style cursor on a mouse-over?

style="cursor: pointer" works in IE 6 - but for some reason not others.

Is this possible?

Nightfire
Tue 1st Oct '02, 8:48pm
IE only I think

cursor: hand

filburt1
Tue 1st Oct '02, 8:50pm
MSDN reference, which practically guarantees it's IE only: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/cursor.asp

_BC
Tue 15th Oct '02, 11:00am
You can use onmouseover="this.style.cursor='hand'" for older versions of IE. You can combine both methods so it will work in all versions.