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?
ie7 not giving hand cursor on links
Moderator: General Moderators
- seppo0010
- Forum Commoner
- Posts: 47
- Joined: Wed Oct 24, 2007 4:13 pm
- Location: Buenos Aires, Argentina
Probably the span inside the a is overwriting the style... try put on your stylesheet
Code: Select all
.network h4 a span { cursor:pointer; }