Collapse/Expand Sections

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cottonbody
    New Member
    • Apr 2010
    • 1

    Collapse/Expand Sections

    Hi all,

    I am new to this. How do make the list in one div collapse when the other one expand? Here is what i have so far.

    <body>
    <div id="Section1">< ul onclick = "this.class Name = 'showList';"
    ondblclick = "this.class Name = 'defaultStyles' ;"
    onmouseover = "this.style.col or = 'black';"
    onselectstart = "event.returnVa lue = false;">Forward Material</a>
    <li><a href=“Cover.pdf ”>Cover
    <li><a href=“Title.pdf ”>Title Page
    <li><a href=“TOC.pdf”> Table of Contents
    <li><a href=“Executive Summary.pdf”>Ex ecutive Summary
    </ul></div>
    <div id="Section2">< ul onclick = "this.class Name = 'showList';"
    ondblclick = "this.class Name = 'defaultStyles' ;"
    onmouseover = "this.style.col or = 'black';"
    onselectstart = "event.returnVa lue = false;"><a>Forw ard Material</a>
    <li><a href=“Cover.pdf ”>Cover
    <li><a href=“Title.pdf ”>Title Page
    <li><a href=“TOC.pdf”> Table of Contents
    <li><a href=“Executive Summary.pdf”>Ex ecutive Summary
    </ul></div>
    </body>


    Thank you very much!
    Cotton
Working...