How do I create an accordion box using JavaScript?
- by user105033
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?