Tabs applying styling to content panels
Hi
We are currently seeing an issue where our content inside tab content panels is picking up CSS styling from jquery ui, as the top level element that is having tabs applied gets given the ui-widget class, which overrides font sizes, faces etc etc.
I have worked around this by removing the ui-widget class from the top level element and applying it to the <ul> which holds the tab <li> elements, and all seems well.
Is there a better way to do this? The current behaviour seems like a bug.
As an aside, is it possible to have tab content panels live somewhere other than inside the element that holds the tabs? That would both fix this problem and be useful in other cases that we have.
Thanks in advance
Tom