Tab height auto siez

Tab height auto siez


I'm using tab plugin with the tab ajax loading.
I have dinamic pages to render in every tab and I initially don't know
the page height.
Since at the beginning i didn't see any content I had to modify the
css setting height hard coded as reported.
.ui-tabs-panel {
border: 1px solid #9a9a9a;
padding: 10px;
background: #fff; /* declare background color for container to
avoid distorted fonts in IE while fading */
height: 1000px;
}
Is it possible to set the height in automatic mode?
Kind regards
Massimo Ugues