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.