No edit summary |
m (make sample text for example and result agree. A stab at a description) |
||
Line 2: | Line 2: | ||
|button=shadow.gif | |button=shadow.gif | ||
|tag=shadow | |tag=shadow | ||
|example=[shadow=red,left] | |example=[shadow=red,left]Hello[/shadow] | ||
|result= | |result=<span style="text-shadow: red left">Hello</span> | ||
|description= | |description=Uses CSS style to apply a drop-shadow to the text. This feature is a part of CSS3, and has been adopted by many browsers. It was not implemented in IE prior to IE9. | ||
}} | }} | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Text Effects Bulletin Board Code]] | [[Category:Text Effects Bulletin Board Code]] | ||
{{Needs work|needs description}} | {{Needs work|needs description}} |
Revision as of 14:19, 18 February 2011
description: Uses CSS style to apply a drop-shadow to the text. This feature is a part of CSS3, and has been adopted by many browsers. It was not implemented in IE prior to IE9.
example: [shadow=red,left]Hello[/shadow]
result: Hello
This article needs some work for the following reason: needs description This template may be removed when cleanup is complete. |