That works, but this line of code - $(tabContainers).hide().filter(this.hash).show();
...is supposed to hide all the tabs and show the first tab upon execution. The cited example at jqueryfordesigners.com doesn't require you to manually hide the divs with css, the jquery code is supposed to do that. On Dec 2, 8:44 am, Liam Potter <[EMAIL PROTECTED]> wrote: > put style="display:none" on the content divs. > > serpicolugnut wrote: > > I'm having an issue getting Jquery tabs to run correctly. I'm using the > > technique described at > >http://media.jqueryfordesigners.com/jquery-tabs-part2.mov. I've setup a > > test case here: > > >http://dl.getdropbox.com/u/21984/menu_test_case/tab_test_case.html > > > The tabs work as expected when they are clicked on, but upon initial load, > > all the tabs are displayed instead of the 1st one. > > > Any ideas on why this isn't working quite as expected?

