gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Cursor doesn't change on to "hand" on mouseover #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have an A element with a transparent background that changes on 
mouseover. 

When I mouseover the link in IE6 the background changes but the cursor does 
not change to the "hand". 

I've been able to fix this problem by adding "cursor: hand;" to my CSS 
hover code.

Original issue reported on code.google.com by Banniste...@gmail.com on 10 Oct 2008 at 6:31

GoogleCodeExporter commented 9 years ago
Thanks! I had the same issue with IE7, and it worked for me

Original comment by sdtho...@gmail.com on 15 Feb 2009 at 8:01

GoogleCodeExporter commented 9 years ago
IE7.js should change cursor:pointer to cursor:hand for MSIE5. I was unable to 
recreate 
this problem in IE6. I'm going to mark this issue as invalid. I will re-open it 
if you 
can provide a valid test case.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 2:22