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:
The simplest Solution, two changes in CSS, and problem solved, #tabs{height:100%;}
#tabs{height:100%;}
and #tab-1{top:45px;}
#tab-1{top:45px;}
this will do :) updated fiddle