ie7 not giving hand cursor on links

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

ie7 not giving hand cursor on links

Post by shiznatix »

I have this website: http://www.rakeback.com and on the left there is a few links like "Betfair rakeback" and "Full Tilt rakeback" and those links. In Opera and FF it shows the proper hand cursor, showing everyone it is a link. But in IE it just shows the text cursor but it still functions as a link.

Does anyone know why this would happen and how to fix it?
User avatar
seppo0010
Forum Commoner
Posts: 47
Joined: Wed Oct 24, 2007 4:13 pm
Location: Buenos Aires, Argentina

Post by seppo0010 »

Probably the span inside the a is overwriting the style... try put on your stylesheet

Code: Select all

.network h4 a span { cursor:pointer; }
Post Reply