Shadow: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with '<tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''shadow'''</tt></span></center></td><td><center>'''Shadow'''</center></td><td><center><img src="http://docs.…')
 
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''shadow'''</tt></span></center></td><td><center>'''Shadow'''</center></td><td><center><img src="http://docs.simplemachines.org/Themes/default/images/bbc/shadow.gif" alt="" class="bbc_img" /></center></td></tr>
{{wordy bbc
|button=shadow.gif
|tag=shadow
|example=[shadow=red,left]Hello[/shadow]
|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.
}}
[[Category:Bulletin_Board_Code]]
[[Category:Text Effects Bulletin Board Code]]
[[Category:Legacy Bulletin Board Code]]

Latest revision as of 22:24, 13 January 2019

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.
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



Advertisement: