Log in

View Full Version : Drop Down Menu Modification Question


baseball
06-03-2004, 01:33 PM
That VB Drop Down Menu, can someone please provide an example of how to make this 2 or 3 levels deep rather than 1.

e.g.,

Choose Color - "1st level"
Once 'Choose Color' is selected
another level appears, e.g,

"red" 2nd level
"blue" 2nd level

Once "red" is choosen, perhaps another 3rd level appears
"1"
"2"
"3"

Choose Color
...... red
..................1
..................2
..................3
...... green
..................1
..................2
..................3

...... blue
..................1
..................2
..................3

note: if coding is required, please provide example for one extra level

thank you.

Velocd
06-05-2004, 01:43 AM
If you're referring to the javascript drop down menu, look around the web (e.g. http://www.google.com/search?hl=en&ie=UTF-8&q=free+javascript+drop+down+menu) and you're bound to find some code.

But, it might be difficult to implement with the vBulletin javascript code.