IE issue: Tabs inside a DIV with overflow on

IE issue: Tabs inside a DIV with overflow on


I have found this glitch in IE7 when using tabs inside a DIV with
overflow: auto set.
When you scroll the DIV, the tab header section doesn't scroll
correctly. Sometimes it stays where it was originally, or it will jump
and be placed incorrectly. Scrolling works perfectly in the other
browsers.
This will also happen if you have tabs inside a modal window created
with jQuery UI dialog. When the modal window content needs to scroll
the tabs header placement is incorrect. However, in both cases the tab
content scrolls fine.
Is this a documented glitch or is there some fix I need to do
specifically for IE?