views:

868

answers:

1

I am trying to get a vertical Superfish menu to display correctly inside of a jQuery Accordion widget but am running into some rendering issues such as the child elements only rendering inside the accordion div (they don't spill out and therefore are cut off), the superfish menus pushing the accordion elements down and causing alignment issues, etc. Has anyone tried this before or does anyone know a better vertical menu markup to use inside of jQuery's accordion?

+1  A: 

What kind of rendering issues are you having?

Here is an example that seems to work quite well.

Andrew Hare
Updated the question with examples
dragonmantank