dropdown menu within a drop down menu

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
laptopguytogo
Forum Newbie
Posts: 3
Joined: Tue Jan 27, 2009 9:59 pm

dropdown menu within a drop down menu

Post by laptopguytogo »

Hey, i have been trying to research on google on how to do a drop down menu within a drop down menu but i am having no luck.

So if a user hovers over products a menu will drop down with a list of products so when they hover over a certain product another drop down menu will show up.

if someone could direct me in the right direction or link me to a tutorial that would be great!
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: dropdown menu within a drop down menu

Post by McInfo »

This could be part of a solution: http://www.w3schools.com/tags/tryit.asp ... l_optgroup. The other part would involve Javascript to hide and show the contents of each optgroup.

Edit: This post was recovered from search engine cache.
Post Reply