How Do I Create A Accordian Box Using JavaScript?
        Posted  
        
            by user105033
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user105033
        
        
        
        Published on 2010-03-22T21:19:40Z
        Indexed on 
            2010/03/22
            21:21 UTC
        
        
        Read the original article
        Hit count: 412
        
Hi, what I want is this:
Start:                        End:
----------------          ----------------
|asdf          |          |              |
----------------          |   stuff      |
                          |              |
                          |              |
                          ----------------
                          |     asdf     |  
                          ----------------
When you click asdf it should end up looking like the End box but the 'stuff' box should appear gradually so it looks like the asdf box is pulling down the stuff menu. When asdf is clicked again it should look like the stuff box is pulling up the asdf box and end at the Start position.
Any tutorials on doing things like this?
© Stack Overflow or respective owner