This might be a better place to put this. I'm trying to use the UI
tabs with a scrollbar plugin, but I'm getting some unexpected
behavior.
I'm guessing it's because this CSS has to be set this way and not
display: none.
.ui-tabs-hide {
position: absolute;
left: -10000px;
display: block;
}
If it's set to display: none; then it doesn't flash but the content
doesn't show. I did add the class beforehand to the second tabbed
area.
I've updated it at http://chris-gwen.com. Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---