Dropdown list in Tabs

Dropdown list in Tabs


Hi,
I am using UI Tabs to display data entry elements. I have a couple of
dropdown lists in tabs. In the first tab I have one dropdown list, and
the second tab another dropdown list.
When the tabs gets initiated in FF it works perfectly, but (always a
when I guess) when the tabs get initiated in IE 6, the first dropdown
list shows (in the first tab), but when clicking on the dropdown list,
the options does not appear, even though there are options available.
The second dropdownlist (in the second tab) show perfectly and
functions as expected.
I have changed the .ui-tabs .ui-tabs-hide selector in the ui.tabs.css
to not hide the elements, but just move the elements off screen, but
alas that did not work either.
When I add a dummy tab as the first tab, with the existing two tabs
following the dummy tab, the dropdown lists work as expected.
I am using version 1.6rc6 of the UI and version 1.3.1 of jQuery.
Any help will be greatly appreciated.