Klaus, Thanks, that solved it, I saw this in better detail on the full documentation and applied it to the target divs and tabs nav. Overall its working great now, but I noticed going from a ajax loaded php page with quicktime, it fades in the page, but clicking back on a different tab it doesn't like to fade back, just snaps like normal function. Not sure if there's any way to fix this, but thought I would mention it.
On May 11, 12:16 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On May 10, 5:57 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > > > > I am having a issue with theTabs3plugin. Every time on page load, > > > the list (nav) flashes a unstyled (nocss) version of the list (purple > > > links, bullets), then flashes to the correct version with the styles > > > from the ui.tabs.css. > > > Are you using .ready(fn) or are you using .load(fn)? If you wait until > > the onload event the page will already be showing. Also, make sure > > ui.tabs.cssis high up in the head section of the document, not for > > example at the bottom of the body. > > Either that or apply thecssclasses used by the plugin right away to > the html: > > <ul class="ui-tabs-nav">...</ul> > > <div id="..." class="ui-tabs-panel">...</div> > > --Klaus