On Sep 16, 2009, at 4:53 AM, Shawn Lawler wrote:

> Chris Blake wrote:
>>
>> Thanks Marc, I was talking about the text. I had a feeling it was  
>> done
>> by javascript but wasn't sure. How can I copy the effect? Where can I
>> get the script?
>>
>> Sorry if I have gone off-topic. Someone point me to the javascript I
>> need pleeeeease ;-)
>>
>>
>
> I think this what you're looking for mate:
> http://www.scottjehl.com/v7/index.php/process/html_text_drop_shadows

The text-shadow can be done solely in CSS, works in Firefox 3.5+,  
Opera 9.6+ and Safari/Chrome. With lots more control over softness,  
blur offset, color, etc.
selector {text-shadow: 1px 1px rgba(255,255,255,.8);}

http://www.w3.org/TR/css3-text/#text-shadow

There is (limited) way of doing it in in IE with some -ms-filter, I  
don't have the reference handy, though.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to