• 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)
  • See, IE10 is better!:-)

    Why would a customer not want to know where the links are??

    I see no purpose beneficial to a site visitor here. Apparently neither does MS.

Viewing 1 replies (of 1 total)
  • The topic ‘Cursor events and text decoration in IE’ is closed to new replies.