Be sure to read our policy on citing sources before editing!

Difference between revisions of "Help:Tutorial"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
11 bytes removed ,  06:33, July 10, 2008
m
wikia:banjokazooie>Dekudan312
m
wikia:banjokazooie>Dekudan312
Line 100: Line 100:
You will need to create three div elements:
You will need to create three div elements:


<nowiki>
<pre>
  <div class="NavHead">[... This is the title of your collapsible content ...]</div>
  <div class="NavHead">[... This is the title of your collapsible content ...]</div>
   <div class="NavContent">
   <div class="NavContent">
     [... The content you want to hide goes here ...]
     [... The content you want to hide goes here ...]
   </div>
   </div>
</div></nowiki>
</div></pre>
<div class="NavFrame">
<div class="NavFrame">
   <div class="NavHead">[... This is the title of your collapsible content ...]</div>
   <div class="NavHead">[... This is the title of your collapsible content ...]</div>
Line 115: Line 115:
To initially hide the content do this:
To initially hide the content do this:


<nowiki>
<pre>
   <div class="NavHead">[... This is the title of the hidden content ...]</div>
   <div class="NavHead">[... This is the title of the hidden content ...]</div>
   <div class="NavContent" style="display:none;">
   <div class="NavContent" style="display:none;">
     [... This content is initially hidden ...]
     [... This content is initially hidden ...]
   </div>
   </div>
</div></nowiki>
</div></pre>
<div class="NavFrame">
<div class="NavFrame">
   <div class="NavHead">[... This is the title of the hidden content ...]</div>
   <div class="NavHead">[... This is the title of the hidden content ...]</div>

Navigation menu