It's pushed 1px to the bottom (onto the border) via negative margin -
in IE that does only work together with relative positioning.

I incorporated another fix to avoid said scrolling issues with

.ui-tabs { position: relative; }

but it seems as if these changes didn't make it into Themeroller. Your
CSS sample also looks outdated.


--Klaus





On 30 Sep., 18:23, Fred Lorrain <[email protected]> wrote:
> In IE if you have tabs in a Dialog box the tabs are not scrolling
> properly.
> Because by default tabs position is relative it may happen that some
> component like drop down menu stay behind the tabs.
>
> In the css we can find this:
>
> .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-
> bottom-width: 0px !important; margin: 0 .2em -1px 0; padding: 0; }
> .ui-tabs .ui-tabs-nav { list-style: none; position: relative;
> padding: .2em .2em 0 !important; }
>
> Is there a particular reason to use relative ?
> May I set the position to static without generating drawbacks ?
--~--~---------~--~----~------------~-------~--~----~
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