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:
Is this what you're after?
http://jsfiddle.net/MhEEH/5/
html, body { height: 100%; } #tabs { position: absolute; top: 0; bottom:0; left: 0; right: 0; } #tab-1 { background: green; height: 100%; }