The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "Template:Scroll box"

From Arthur Wiki
Jump to navigationJump to search
 
Line 1: Line 1:
<table cellpadding="0" cellspacing="0" border="0" style="width:{{{width|100%}}}; margin-bottom:3px; margin-top:3px;"><tr><td style="background :transparent;"><div style="overflow: auto; height: {{{height|230px}}}; width:{{{width|100%}}};  -moz-border-radius-topleft:0.5em; border:1px solid #AAAAAA; padding-left:0.5em; background:transparent;">
<table cellpadding="0" cellspacing="0" border="0" style="width:{{{width|100%}}}; margin-bottom:3px; margin-top:3px;"><tr><td style="background :transparent;"><div style="overflow: auto; height: {{{height|230px}}}; width:{{{width|100%}}};  -moz-border-radius-topleft:0.5em; border:1px solid #AAAAAA; padding-left:0.5em; background:transparent; -moz-border-radius-topleft:0.5em; -webkit-border-top-left-radius:0.5em; border-top-left-radius:0.5em; ">
{{{content|{{{1}}}}}}
{{{content|{{{1}}}}}}
</div></td><td style="width:8px;"></td></tr></table><noinclude>
</div></td><td style="width:8px;"></td></tr></table><noinclude>

Latest revision as of 05:40, 6 September 2013

{{{1}}}

Usage[edit]

{{Scroll box
|content=''Some long content''
|width=''(Optional) Width (in px or % or em)''
|height=''(Optional)Height (in px or em)''
}}

The general form (not changing width or height):

{{Scroll box|
''Some long content''
}}