|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
I doubt NS6.1 supports the property, and I know for sure that IE doesn't. IE6 is now 3 years old and does not do a good job of covering the CSS2 spec.
|
|
#3
|
|||
|
|||
|
Thanks for the reply. I tested with Opera 6 and Mozilla Firebird. If my code is right, they don't support either.
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Development > CSS text-shadow property |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|