[jQuery] Re: jquery ui tabs 3 problem

2009-01-21 Thread Liam Potter
c'mon, seriously, you knew what you had to do, you even said it. style=display:none aaron wrote: I am using jQuery UI Tabs 3 from http://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

[jQuery] Re: jquery ui tabs 3 problem

2009-01-21 Thread Klaus Hartl
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

[jQuery] Re: jquery ui tabs 3 problem

2009-01-21 Thread aaron
Come on, seriously, don't you think I tried that beforehand.

[jQuery] Re: jquery ui tabs 3 problem

2009-01-21 Thread Bohdan Ganicky
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