views:

185

answers:

2

Hello, I found this code on here from this post: http://stackoverflow.com/questions/332384/jquery-accordion-links-dont-work

and it is almost what I need. But what I want is so when you click on one of the tabs instead of showing text it brings up another set of tabs that you can click on and then the same thing happens when you click one of those tabs, etc.

I tried developing this myself using ajax but I got nowhere so I decided to try here.

You can see the full code here: http://mywoundsolutions.com/accordian.html

Thanks for the help.

A: 

Would something like this example be a starting point?

The submenu displays inline, so there's no need to mouse sideways and risk losing a flyout submenu.

Paul
+3  A: 

Check out this jQuery menu system... it's an iPod-like menu that looks pretty good. Check out the examples on that page

fudgey
Yes I think this is a very good starting point. Thank you.
Jeff