Results 1 to 3 of 3

Thread: CSS text-shadow property

  1. #1
    Join Date
    Mar 2014
    Posts
    25

    Default CSS text-shadow property

    Hi,

    I have a question about text-shadow in CSS2. I've never used this before and couldn't figure it out. Can anyone help??

    What I'm trying to do is a white text with red outline around the letters. I don't want to use an image, but create it with css.

    My last try was:

    .motto {
    font : normal bold 14px Arial Black;
    color : white;
    text-shadow : 3px 3px 5px black, -3px -3px 5px black;
    }

    No shadow or outline on IE6 and NS 6.1, just white 14px Arial Black text.

    Any ideas?? Also do you know of any browser bugs with this.

    Thanks in advance.

    A small .gif attached to show what I'm trying to do...

  2. #2
    Join Date
    Aug 2014
    Location
    Thessaloniki,Greece
    Posts
    26

  3. #3
    Join Date
    May 2014
    Posts
    111

    Default

    Thanks for sharing, This is very informative.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •