I\'m trying to use the tabs widgets of jQuery-UI having panels content to extend to the whole available space.
Here\'s a simplified version of what I\'ve got so far:
I tried putting the tabs into a tab container and with the following styles
#tab-container {position:relative; min-height:100%;}
and it seemed to work:
http://jsfiddle.net/MhEEH/8/