cursor not working in IE

Reply

Join Date: Jul 2004
Posts: 36
Reputation: Ashley is an unknown quantity at this point 
Solved Threads: 0
Ashley Ashley is offline Offline
Light Poster

cursor not working in IE

 
0
  #1
Jun 15th, 2005
I wanted the pointed or hand cursor on my links but it is not working in my IE 6.0. I have tryed both names and still nothing. Anyone have any ideas?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,191
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 485
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: cursor not working in IE

 
0
  #2
Jun 17th, 2005
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.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC