Current location: Hot Scripts Forums » General Web Coding » JavaScript » Simple tree menu w/ html and js?


Simple tree menu w/ html and js?

Reply
  #1 (permalink)  
Old 06-17-04, 10:02 AM
zcorpan zcorpan is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Question Simple tree menu w/ html and js?

I want a simple tree menu. When the page loads, the submenus should be colapsed (that can be done with css, right?). When I press a main menu item, it should open or close its sub menu (that has to be done with javascript, right?). It has to work on all common browsers (ie, mozilla, netscape, safari...)

Please help me with the javascript... (I think I should use GetElementById, but I don't know how to use it really)

Here is the HTML-code I want to use:
Code:
<ul>
  <li><a href="javascript:openorclosemenu('submenu1');">main menu item 1</a></li>
  <ul id="submenu1">
    <li><a href="#">sub menu item 1</a></li>
    <li><a href="#">sub menu item 2</a></li>
  </ul>
  <li><a href="javascript:openorclosemenu('submenu2');">main menu item 2</a></li>
  <ul id="submenu2">
    <li><a href="#">sub menu item 1</a></li>
    <li><a href="#">sub menu item 2</a></li>
  </ul>
</ul>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-17-04, 04:23 PM
EvilHaider EvilHaider is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Checkout dynamicdrive.com They have several prebuilt menu scripts in javascript and you might find one that suits your purposes.
__________________
**
Tutorial Maniacs
**
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 06-18-04, 07:17 PM
zcorpan zcorpan is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 07:37 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.