It's a known glitch in IE for elements positioned relative in
containers with overflow other than the default (visible) - even being
exploitet to create tables with fixed headers...

Try to apply position: relative to the container that has the
overflow. I think that might fix it. If not you will need hasLayout
[1] instead or additionally.

[1] http://www.satzansatz.de/cssd/onhavinglayout.html


--Klaus



On 10 Mrz., 20:49, pokey <[email protected]> wrote:
> 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?
--~--~---------~--~----~------------~-------~--~----~
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