Template:Divhide: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(fixing width style, somehow messed that up, and making it a named parameter)
m (seeing what happens without the bg value declarations)
Line 1: Line 1:
<div class="NavFrame" style="width:{{{width|100%}}}">
<div class="NavFrame" style="width:{{{width|100%}}}">
   <div class="NavHead" style="background:87 CE EB;">{{{1}}}</div>
   <div class="NavHead">{{{1}}}</div>
   <div class="NavContent" style="display:{{#ifeq:{{{show}}}|yes|show|none}}; text-align:left; background:240 248 255;">{{{2}}}</div>
   <div class="NavContent" style="display:{{#ifeq:{{{show}}}|yes|show|none}}; text-align:left;">{{{2}}}</div>
</div>
</div>

Revision as of 22:55, 7 December 2008