Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Dynamic Navigation Boxes Example | |||
<div class="NavFrame collapsed"> | <div class="NavFrame collapsed"> | ||
<div class="NavHead">[... This is the title of the hidden content ...]</div> | <div class="NavHead">[... This is the title of the hidden content ...]</div> | ||
Line 5: | Line 7: | ||
</div> | </div> | ||
</div> | </div> | ||
Collapsable Tables Example | |||
{| class="wikitable collapsible collapsed" | |||
|A normal cell in the header row | |||
! colspan="2"| Header cell spans two cols | |||
|- | |||
| colspan="2" | Lorem ipsum dolor sit amet | |||
| Separate body cell | |||
|} |
Latest revision as of 01:54, 31 May 2012
Dynamic Navigation Boxes Example
[... This is the title of the hidden content ...]
[... This content is initially hidden ...]
Collapsable Tables Example
A normal cell in the header row | Header cell spans two cols | |
---|---|---|
Lorem ipsum dolor sit amet | Separate body cell |