TabScrollerMenu.css.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">.x-tab-tabmenu-right {
  19. background: transparent url('images/tab-scroller-menu.gif') no-repeat 0 0;
  20. width:18px;
  21. height: 20px;
  22. cursor:pointer;
  23. zoom: 1;
  24. z-index: 6;
  25. float: right;
  26. }
  27. .x-tab-tabmenu-over {
  28. background-position: -18px 0;
  29. }
  30. .x-tab-tabmenu-disabled {
  31. background-position: 0 0;
  32. opacity:.5;
  33. -moz-opacity:.5;
  34. filter:alpha(opacity=50);
  35. cursor:default;
  36. }
  37. </pre>
  38. </body>
  39. </html>