Hi There,
I use jQuery UI Tabs. Tabs in the dialog with the windows opened, but the UI plug-in does not work properly.
The tabs need to be side by side. Unfortunately we could not get the result.
<div id="tabs">
<ul>
<li><a href="#tabs-1">tab 1</a></li>
<li><a href="#tabs-1">tab 2</a></li>
<li><a href="#tabs-1">tab 3</a></li>
</ul>
<div id="tabs-1"></div>
</div>