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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---