Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Progressive submenus   Message List  
Reply | Forward Message #21091 of 21091 | Next >
I've been searching all over the place, but can't seem to find an example of
what I'm trying to do. Hoping someone here can point me in the right direction.

Essentially, I'm trying to create progressive menus like this:

http://www.napaonline.com/MasterPages/NOLMaster.aspx?PageId=421

But rather than using select menus, I would like to do it with nested unordered
lists. Here's some basic sample code:

<ul>
<li><h2><a href="#">Apparel</a></h2>
<ul>
<li>Shoes</li>
<li>Denim</li>
<li>Underwear</li>
</ul>
</li>

<li><h2><a href="#">Electronics</a></h2>
<ul>
<li>TV's</li>
<li>Stereos</li>
<li>Games</li>
</ul>
</li>
</ul>

So in this example, "Apparel" and "Electronics" are visible items in the popup
menu, and the submenu items are hidden. If the user clicks on "Apparel" a second
popup menu appears next to it containing "Shoes", "Denim", "Underwear".

Anyone know how I might accomplish this?




Mon Mar 30, 2009 8:12 pm

tactics2337
Offline Offline
Send Email Send Email

Forward
Message #21091 of 21091 | Next >
Expand Messages Author Sort by Date

I've been searching all over the place, but can't seem to find an example of what I'm trying to do. Hoping someone here can point me in the right direction. ...
Dean Hamack
tactics2337
Offline Send Email
Mar 30, 2009
8:12 pm
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help