Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS pseudo elements css for ie8

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #158839
    caseydev
    Participant

    Can anybody help me about how to support pseudo element (:after, :before) for ie8?

    #158841
    Paulie_D
    Member

    Not much you can do about it. IE8 has limited support.

    Is there a particular problem you are trying to solve?

    https://css-tricks.com/browser-support-pseudo-elements/

    #158842
    caseydev
    Participant

    I was just trying icon font. do you have any idea about how can we use iconic font for ie8?

    #158850
    Paulie_D
    Member

    OK…but what problem are you having.

    Does the icon-font not work, if so, in what way?

    Without more information and, ideally, a link it’s hard to help further.

    #159008
    arthurvr
    Participant

    I think you can use any icon font that supports EOT. EOT is the only format with ie8 support for @font-face. ( http://caniuse.com/#search=font )

    For insert an icon in your page, you can use the after and before pseudo elements, also in IE8, but with a single :, not a double.

    When you want to use :before and :after in ie8, you need to use a doctype.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.