I also cannot do anything inside the tab content window with the mouse
(ie click a menu link) because it closes the tab and opens the first
one when you mouseout from the actual tab.


On Sep 21, 10:23 am, DF <[EMAIL PROTECTED]> wrote:
> Actually I was mistaken, this code now opens the first tab when you
> mouseout from the tab group.  Is it possible to get it to close all of
> them and now show anything?
>
> Thanks for your time!
>
> On Sep 20, 11:02 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
>
>
> > var $tabs = $('#tabs > ul').tabs({
> >     event: 'mouseover',
> >     selected: null,
> >     fx: { height: 'toggle', opacity: 'toggle' }}).mouseout(function() {
>
> >     $tabs.data('selected.tabs', null);
>
> > });
>
> > --Klaus
>
> > On Sep 19, 8:34 pm, DF <[EMAIL PROTECTED]> wrote:
>
> > > I have my tab function defined as:
>
> > > $('#tabs > ul').tabs({ event: 'mouseover', selected: null, fx:
> > > { height: 'toggle', opacity: 'toggle' }  });
>
> > > It does the mouseover and transition effects perfectly but I need it
> > > to close the visible tab when I mouseout from the tab group.  Right
> > > now the last tab viewed is staying on the screen.  Is this possible?
>
> > > Thank you very much as this will help me immensely!- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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