Cursor events and text decoration in IE
-
Hi.. I’m trying to disable some default links. In Safari, FireFox and Chrome, the following works just as expected – there is no cursor change, no color change and no active link:
#portfolio .folio-cats a, #portfolio .folio-cats a:visited, #portfolio .folio-cats a:link, #portfolio .folio-cats a:hover, #portfolio .folio-cats { cursor: default; pointer-events: none; text-decoration: none; }
In IE10, there is a color change in the text when hovering and the link is active/clickable.
Is there a work around for IE? Thanks. mike
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cursor events and text decoration in IE’ is closed to new replies.