how to create a simple clickable left hand menu in html? thanks 1. on page load: (all collapse)menu1menu22. on clicking menu 1 (only menu1 expands)menu1 - a - b - cmenu 22. on clicking menu 2 (menu2 expand, menu1 collapse)menu1menu2 - a - b - c
5/22/2006 12:11:19 AM
its not simple, but check dynamicdrive.com for predone scripts.
5/22/2006 12:40:56 AM
they're called "tree view menus", and it would be done in Javascript. So do some searches for "javascript tree menu"
5/22/2006 2:26:02 AM
http://www.htmldog.com/articles/suckerfish/dropdowns/good website to try out
5/22/2006 4:02:18 AM
http://www.meyerweb.com/eric/css/edge/menus/demo.html
5/22/2006 7:58:34 AM
could you abuse css using the span tag and hide/expose them? that said, javascripting would be your best choice[Edited on May 22, 2006 at 11:02 AM. Reason : d]
5/22/2006 11:02:30 AM
abuse? that's a perfectly legitimate method and most likely what those examples use
5/22/2006 11:04:31 AM
ok i will try these when i get home tonite thanks
5/22/2006 3:53:26 PM
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
5/22/2006 8:04:40 PM