Shadow: Difference between revisions From Online Manual

Jump to: navigation, search
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]shadow[/shadow]
|example=[shadow=red,left]Hello[/shadow]
|result=<span style="text-shadow: red left">Hello</span>
|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

button: Shadow.gif

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



Advertisement: