Hi, I don't recommend hiding it this way. Users without JS enabled wouldn't see the tab's content. Try this instead: http://www.learningjquery.com/2008/10/1-awesome-way-to-avoid-the-not-so-excellent-flash-of-amazing-unstyled-content
-- Bohdan On Jan 21, 7:26 pm, Klaus Hartl <klaus.ha...@googlemail.com> wrote: > Attach the class to hide a tab panel beforehand: > > <div id="..." class="ui-tabs-hidden">...</div> > > In the future please post jQuery UI related questions to the jQuery UI > mailing list. > > --Klaus > > On 21 Jan., 18:03, aaron <subne...@gmail.com> wrote: > > > I am using jQuery UI Tabs 3 fromhttp://stilbuero.de/jquery/tabs_3/. > > The problem I have is the delay before the JS loads. You can see all > > the tabs for a couple of seconds, then they line up. Is there some > > way to set display:none or some equivalent to hide these even before > > the scripts load?