123456789101112131415 |
- /*
- Tabs - additional IE specific bug fixes
- Recommended usage (Conditional Comments):
- <!--[if lte IE 7]>
- <link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
- <![endif]-->
- */
- .tabs-nav { /* auto clear */
- display: inline-block;
- }
- .tabs-nav .tabs-disabled a {
- filter: alpha(opacity=40);
- }
|