how can i make a drop down menu like the one on habbox.com

how can i make a drop down menu like the one on habbox.com
get the code![]()
EDTALKING
Couldn't you just have something like:
HTML Code:<html> <head> <title>JohnCena</title> <script type="text/JavaScript"> function writeLinks() { document.getElementById('displayLinks').innerHTML='<a href="#">link</a><br><a href="#">link2</a>'; } </script> </head> <body> <h2 onmousedown="writeLinks()">Menu</h2> <h2 id="displayLinks"></h2> </body> </html>
kinda quit.
dymanicdrive.com have some good scripts for things like that.
ive found one on dynamic drive, so im using that,thanks 4 all ur help
I would say DD but they already siad it "/
Want to hide these adverts? Register an account for free!