#5733 closed bug (duplicate)
Unselected Tabs bottom border disappears in IE7 for ThemeRoller
Reported by: | pmawhinney | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.8.2 |
Keywords: | themeroller, border | Cc: | |
Blocked by: | Blocking: |
Description
When you first open the ThemeRoller page the first tab is selected and the unselected tabs have a bottom border. If you select any tab other than the first in MSIE7 the bottom border of the unselected tabs disappears. Select the first tab again and the bottom border for unselected tabs reappears.
Tested in Windows XP 32-bit and Windows Vista 32-bit
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
This can be fixed by changing line #419 of the file jquery-ui-1.8.2.custom.css from
margin: 0 .2em 1px 0;
to
margin: 0 .2em -1px 0;
comment:3 Changed 13 years ago by
Note the fix above applies to the ui-lightness theme. I haven't checked other themes.
comment:4 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:5 Changed 12 years ago by
Thanks for the fix worked great for me with the 'Smoothness' theme.
Note: See
TracTickets for help on using
tickets.
Duplicate. See also http://dev.jqueryui.com/ticket/5520