, IE, , .
: , , / . (qTip), . , ( ) .
I could not get IE to recognize the styles - the cursor was still changing on hover :(
decision? as a last attempt, I added styles:
cursor: default;
display: block;
but I also linked them to the image used for the card itself:
area, img {cursor: default; display: block;}
hope this is helpful to some.
source
share