Actualy jquery tab is awfully slow!.
On Apr 9, 10:10 am, J Moore <[EMAIL PROTECTED]> wrote: > Try creating a test page with only the js code needed for the tabs. > > As for keeping content hidden during loading, I like to use a css > class called "hidden". > > /* css */ > .hidden { display: none; } > > /* html */ > <div class="foo hidden">I am hidden</div> > > On Apr 8, 1:54 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > > > We are using tabs on this page:http://success.marketo.com/index.php > > > There is a long delay (FF2) between click and the transition. Are we doing > > something wrong? > > > Also, what is the best practice to make the tabs detail hidden until it > > finishes tabbifying the block? > > > Thanks much, > > > Glen