Has been discussed here a few times. Apply the classes used by Tabs in
your HTML
beforehand. That would be "ui-tabs-nav" for the <ul> and "ui-tabs-
panel" for the tab panels, e.g.:
<ul class="ui-tabs-nav">
...
</ul>
<div id="fragment-1" class="ui-tabs-panel">
...
</div>
If you want the content panels to be hidden first, use:
<div id="fragment-1" class="ui-tabs-hide">
...
</div>
--Klaus
On Sep 17, 5:25 pm, Asa Carter <[EMAIL PROTECTED]> wrote:
> I've just done a test and the lists appear before the tabs as the tabs
> are rendered after the page has completed loading.
>
> If I hide the tabs intitally and then show them after the page has
> loaded, there is still a flicker in IE.
>
> Does anyone have a solution to this?
>
> Asa Carter wrote:
> > Hi,
>
> > I have just used tabs in my header. When a page is loaded in IE7 the
> > tabs are displayed as lists before the tabs have loaded.
>
> > Example:
>
> > bidibo dot co dot uk /r.php
>
> > Is this a common issue with ie or unique to my css or something?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---