I want to use Jquery UI Tabs to make three tabs that all contain the same sized content area. The size of the content area seems dependent on the content. How do I force it so all three tabs have the same sized content area so that I can use a height of 100% for the content and they will just fill all available space?
Thanks!
If you have a specific height in mind then you could just specify that height on the appropriate
.ui-tabs-panels. Given HTML like this:Then you could make all the panels 200px tall with:
Demo: http://jsfiddle.net/ambiguous/SQu6K/