Difference between revisions of "User:Efuchs"
(No difference)
|
Revision as of 13:05, 24 October 2007
Hide an Object
Copy the examples below to show / hide objects.
The title attribute of the span tag must be the same as the id attribute of the div tag.
Example 1
Show/Hide Block This is a Block
|
<span class="toggleblock" title="test">Show/Hide Block</span>
|
Example 2
+ / - displays status of block
Show/Hide Block [+–] This is a Block
|
<span class="toggleblock" title="test">Show/Hide Block [<font>+</font><font style="display:none;">–</font>]</span>
|