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 added a top position value to the #tab-1 id to push it below the tab itself.
See: http://jsfiddle.net/MhEEH/40/
Here is the pertinent CSS:
#tab-1 { background: green; position: absolute; top: 50px; bottom: 0; left: 0; right: 0; }
Hope it helps!