Forums

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

Home Forums CSS [SOLVED] Text-Shadow in IE8

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151504
    JFeuchter
    Participant

    Hi everyone,

    Im trying to put a text-shadow in a page Im creating, but when you go to IE8, the shadow wont show. Now Ive made my reserch and found out that IE8 doesnt support text-shadow. I also found out that you can “make” a shadow by one text infront of another and making the one in the back a shadow with opacity or anything like that. I would like to avoid putting another text to keep it clean and simple. Is there another way to making the text-shadow work in IE8?

    Thanks in advance for who ever helps me.

    #151522
    TheDoc
    Member

    You could use a polyfill like this: https://github.com/heygrady/textshadow

    But I think that’s too much work to get something so trivial working.

    #151546
    JFeuchter
    Participant

    Well It was worth a shot. Thanks a lot for all your suggestions. Ed thanks a lot for your suggestion it was really good. Same thing done in a different manner hehehe TY all a lot.

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