kawa-l.css 411 B

123456789101112131415161718192021222324
  1. @import "kawa.css";
  2. body {
  3. position: relative;
  4. padding-left: 25%;
  5. margin-right: 1em;
  6. padding-right: 0;
  7. border: 0;
  8. }
  9. div.navcol {
  10. position: absolute;
  11. overflow: auto;
  12. width: 25%;
  13. top: 0em; right: 0em; bottom: 0em; left: 0em;
  14. overflow: auto;
  15. }
  16. /* The child selectors are a hack to hide these rules from WinIE6,
  17. which gets confused by 'fixed' */
  18. body>div.navcol {
  19. position: fixed ;
  20. }