Page 1 of 1

ie7 not giving hand cursor on links

Posted: Mon Nov 05, 2007 7:12 am
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?

Posted: Mon Nov 05, 2007 7:17 am
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; }