Thank you Richard!
I download one of them to try it with dialog box. The probelm is
fixed. But I have a tab part coding like:
<ul id="page_tabs">
<li><a href="#one_page"><span>One</span></a></li>
<li><a href="#list_page"><span>List</span></a></
li>
<div align="right" id="msg_line" style="hieght:30px"></div>
</ul>
I tried to have a text messege box on the right hand side of tab bar.
And it works with old flora css. With the new css I download, it
becomes like following after page opened on client side:
<ul id="page_tabs" class="ui-tabs-nav">
<li class="">
</li>
<li class="ui-tabs-selected">
</li>
<div id="msg_line" class="" align="right" style=""/>
</ul>
Jack
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---