Thanks Klaus - thats working now.

For anyone else with this problem, note as at 28 Sept 2008 the
themeroller style sheet still has this bug and the replacement of
'.ui-tabs-nav-item' with '.ui-tabs-nav li' is of each of the 3
occurrences of the string, which took me a couple of minutes to work
out.

On Sep 18, 9:39 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Replace in your CSS file... you can actually remove the class entirely
> from your <li> tags.
>
> --Klaus
>
> On Sep 17, 7:51 pm,P0rridge<[EMAIL PROTECTED]> wrote:
>
> > Klaus,
>
> > Thanks for the reply.
>
> > Can you clarify what you mean?
>
> > Maybe edit the  '.ui-tabs-nav-item' within the CSS file and replace it
> > with '.ui-tabs-nav li' ?
>
> > or
>
> > change the name of the class in the <li class='ui-tabs-nav-item'> to
> > <li class='ui-tabs-nav li''>
>
> > I cant make sense of these, and they dont work for me, so you mean
> > something else?
>
> > Greg
>
> > On Sep 16, 3:09 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > Instead of ".ui-tabs-nav-item" please use ".ui-tabs-nav li". This was
> > > a bug in the Themeroller.
>
> > > --Klaus
>
> > > On Sep 16, 11:02 am,P0rridge<[EMAIL PROTECTED]> wrote:
>
> > > > I have tabs set up using the look and feel of the roll your own
> > > > themes.
>
> > > > When adding a new tab using
>
> > > > $('#tabs2 > ul').tabs('add', 'source of AJAX response', 'NAME');
>
> > > > the new tab shows and works - but the look and feel is that of a link,
> > > > not the themed class i.e. <li class='ui-tabs-nav-item'>.
>
> > > > Am I missing 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to