|
|
The <code> CSS2TextShadow </code> interface represents a simple value for the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-shadow"> text-shadow </a> CSS Level 2 property.
| CSSValue |
[const]
Specified the color of the text shadow. The CSS Value can contain an empty string if no color has been specified.
| CSSValue |
[const]
The horizontal position of the text shadow. <code> 0 </code> if no length has been specified.
| CSSValue |
[const]
The vertical position of the text shadow. <code> 0 </code> if no length has been specified.
| CSSValue |
[const]
The blur radius of the text shadow. <code> 0 </code> if no length has been specified.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |