treehouse : what would you like to learn today?
Web Design Web Development iOS Development

IE9 Text Shadow css filters or jQuery

  • http://demo.princessmontereywhalewatching.com/

    I need to add a text-shadow to the class .gift at the bottom of the page where it says.
    'Purchase a GIFT CERTIFICATE ~ Call (831) 372-2203 for details!'

    It looked good when I started with the text-shadow and filter properties:
    text-shadow: 2px 2px 3px #333;
    filter: dropshadow(color=#333, offx=1, offy=1);

    Since IE9 doesn't work I tried Chroma filter and the -ms prefix from other forums and they don't work.
    Should I try jQuery?

    Suggestions are appreciated.