jQuery Accordion lengthy content
What is the behavior su开发者_如何学Pythonpposed to be when a jQuery accordion section's content is lengthy -- more than will fit on the page?
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.
精彩评论