Template:Spoiler

From 1100ad

(Difference between revisions)
(Created page with '<div class="NavFrame" style="width:{{{Width}}}px;{{{StyleFrame}}}"> <div class="NavHead" style="{{{StyleHead}}}">{{{Title|To read, Click <u>Show</u>}}}</div> <div class="NavConte…')
m (onclick does not work)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
<div class="NavFrame" style="width:{{{Width}}}px;{{{StyleFrame}}}">
+
<div>
-
<div class="NavHead" style="{{{StyleHead}}}">{{{Title|To read, Click <u>Show</u>}}}</div>
+
<div onclick="n = this.parentNode.lastChild; if(n.style.display == \'none\') { n.style.display = \'block\'; } else { n.style.display = \'none\'; }" style="padding-top:3px; font-size:10px">{{{Title|{{PAGENAME}}}}}</div>
-
<div class="NavContent" style="text-align:left;display:{{{Show|none}}};{{{StyleContent}}}">{{{Content}}}</div></div>
+
<div style="text-align:left;display:{{{Show|none}}};border-left:1px solid ">{{{Content|Nothing to show}}}</div>
 +
</div>

Current revision as of 20:51, 12 July 2010

Spoiler
Nothing to show