m (but -> bug) |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|button=shadow.gif | |button=shadow.gif | ||
|tag=shadow | |tag=shadow | ||
|example= | |example=[shadow=red,left]Hello[/shadow] | ||
|result=<span style="text-shadow: red -2px 0 1px">Hello</span> | |result=<span style="text-shadow: red -2px 0 1px">Hello</span> | ||
|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.<br>Please note there is a bug in SMF 1.1 that results in shadow not being displayed correctly. | |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.<br>Please note there is a bug in SMF 1.1 that results in shadow not being displayed correctly. | ||
Line 8: | Line 8: | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Text Effects Bulletin Board Code]] | [[Category:Text Effects Bulletin Board Code]] | ||
[[Category:Legacy Bulletin Board Code]] |
Latest revision as of 22:24, 13 January 2019
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.
Please note there is a bug in SMF 1.1 that results in shadow not being displayed correctly.
example: [shadow=red,left]Hello[/shadow]
result: Hello