Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to set the jQuery UI Accordion -height to a fixed value? Did I miss anything?

share|improve this question
By default, the accordion's height is equal to the height of it's tallest child. Is this not the behavior you want? What are you trying to achieve? – Andrew Whitaker Apr 20 '11 at 23:01
I have a absolutely positioned element in there so jQuery can't measure the content-height correct. (/it seems like so) – iceteea Apr 21 '11 at 6:48
Okay I got it to work by putting an static positioned div with a fixed height into the background. But it would be still interesting if there is a jQuery solution to this. – iceteea Apr 21 '11 at 6:56

1 Answer

up vote 4 down vote accepted

See this example: http://jqueryui.com/demos/accordion/#no-auto-height

Edit

Actually, you probably want this: http://jqueryui.com/demos/accordion/#default

share|improve this answer
Yea works onload, but when I click the accordion my fixed heigh is gone. I also tried in combination with clearstyle. – iceteea Apr 21 '11 at 6:49
Actually, you probably want this: jqueryui.com/demos/accordion/#default – SimpleCoder Apr 21 '11 at 14:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.