Closing tab when mouseout from entire tab group
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!