views:

67

answers:

1

What is the behavior supposed to be when a jQuery accordion section's content is lengthy -- more than will fit on the page?

A: 

It will scroll off the page. You can set a fixed height and it will add a scroll bar for any accordion entries that exceed the fixed height if you want everything to stay on one page.

I have a previous answer about how to control the accordion height properties.

ICodeForCoffee
Thank you for the link and the info.
Tim