> I am having a issue with the Tabs 3 plugin. Every time on page load,
> the list (nav) flashes a unstyled (no css) 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.css is high up in the head section of the document, not for
example at the bottom of the body.

Reply via email to