jquery.tabs-ie.css 329 B

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