Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 3175 | Replies: 1
![]() |
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,716
Reputation:
Rep Power: 12
Solved Threads: 322
Ashley
as far I'm concerned pointer and hand cursor is the same, only problem is that hand cursor was "specialy" developed/recognise by Microsoft and no one else does care for it, so this thingy only work for IE.
cursor: hand
Other browsers dispay it as text cursor.
Below you can find a short example of some cursor appearances.
[HTML]<html>
<body>
<h1 style="cursor: pointer;">This is my pointer</h1>
<br>
<h1 style="cursor: hand">This is hand and it does work for IE only</h1>
<br>
<h1 style="cursor: help;">This is help</h1>
<br>
<h1 style="cursor: wait;">This is wait</h1>
<br>
<h1 style="cursor: text;">This is text</h1>
</body>
</html>[/HTML]
If you have any other questions I will be happy to answer them.
as far I'm concerned pointer and hand cursor is the same, only problem is that hand cursor was "specialy" developed/recognise by Microsoft and no one else does care for it, so this thingy only work for IE.
cursor: hand
Other browsers dispay it as text cursor.
Below you can find a short example of some cursor appearances.
[HTML]<html>
<body>
<h1 style="cursor: pointer;">This is my pointer</h1>
<br>
<h1 style="cursor: hand">This is hand and it does work for IE only</h1>
<br>
<h1 style="cursor: help;">This is help</h1>
<br>
<h1 style="cursor: wait;">This is wait</h1>
<br>
<h1 style="cursor: text;">This is text</h1>
</body>
</html>[/HTML]
If you have any other questions I will be happy to answer them.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Publilius Syrus
(~100 BC)
LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode