Shadow effect in Text ?

Discussion in 'CSS' started by salihpk, Aug 30, 2008.

  1. #1
    Is it possible to add shadow effect to a text in CSS ?
     
    salihpk, Aug 30, 2008 IP
  2. ozan

    ozan Peon

    Messages:
    82
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can duplicate your text and place, say, a darker version underneath with an offset. But this gives you messy markup and doesn't look too pretty either. If you're happy to use javascript, this sort of thing is very easy to do in a framework like jQuery.
     
    ozan, Aug 30, 2008 IP