Team:Calgary/Notebook

From 2009.igem.org

(Difference between revisions)
(WEEKLY UPDATES)
Line 12: Line 12:
----
----
<html>
<html>
 +
<h1 id="toggle_all">Toggle items script</h1>
 +
<p>Lets you open or close either single items or all at once. Buttons are synchronized.</p>
 +
 +
<div>
 +
    <h2 class="toggle">Header</h2>
 +
    <div>
 +
    text
 +
    </div>
 +
</div>
 +
 +
<div>
 +
    <h2 class="toggle">Header</h2>
 +
    <div>
 +
    text
 +
    </div>
 +
</div>
 +
 +
<div>
 +
    <h2 class="toggle">Header</h2>
 +
    <div>
 +
    text
 +
    </div>
 +
</div>
 +
<html>
 +
 +
<div id="uniquename" style="display:none;">
<div id="uniquename" style="display:none;">
<p>Content goes here.</p>
<p>Content goes here.</p>
-
</div><a href="javascript:ReverseDisplay('uniquename')">
+
</div>
-
Click to show/hide.
+
<a  
 +
  onmouseover="ReverseDisplay('uniquename'); return true;"
 +
  href="http://example.com/page.html">
 +
[Show/Hide Stuff]
</a>
</a>
</html>
</html>

Revision as of 21:06, 1 June 2009

Home The Team Calendar The Project Parts Submitted to the Registry Modeling Notebook

WEEKLY UPDATES


Toggle items script

Lets you open or close either single items or all at once. Buttons are synchronized.

Header

text

Header

text

Header

text
[Show/Hide Stuff]