What is the behavior supposed to be when a jQuery accordion section’s content is lengthy — more than will fit on the page?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.