Trying new jquery tabs system. Appearance may not be quite right
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / lib / jquery / plugins / jquery.tabs-ie.css
1 /*
2 Tabs - additional IE specific bug fixes
3
4 Recommended usage (Conditional Comments):
5 <!--[if lte IE 7]>
6 <link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
7 <![endif]-->
8
9 */
10 .tabs-nav { /* auto clear */
11     display: inline-block;
12 }
13 .tabs-nav .tabs-disabled {
14     position: relative; /* fixes opacity */
15     filter: alpha(opacity=40);
16 }
17 .tabs-nav .tabs-disabled a span {
18     _height: 19px; /* for some reason the height is 1px to less with opacity... */
19     min-height: 19px; /* ...in both IE 6 and 7 */
20 }