TabBar Formatting Delay

Whilst I’m sitll waiting for my other questions to be answered, I thought I’d throw another one at you.



When you load a page with a TabBar on it, you’ll see the TabBar contents unformatted the first second, and then it’ll collapse into the formatted tabs and content boxes.



It’s very unappealing for our professional site. What’s the code fix for this, if any?

You can assign display:none to HTML elements which will become tabs after page loading ( content zones of tabbar )
In such case the content will not be visible during initial loading, and tabbar will drop display:none from attached content automatically.