home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / _internt / _ie4 / win31 / iecore.cab / bottom.css < prev    next >
Cascading Style Sheet File  |  1997-11-26  |  1KB  |  73 lines

  1. /* Copyright (c) 1997 Microsoft Corporation. All rights reserved. */
  2.  
  3.       /* main style sheet for the index pane bottom */
  4.     #outerBorder {
  5.         width:100%;
  6.         height:100%;
  7.         overflow:scroll;
  8.     }
  9.     
  10.     body {
  11.         margin-top:0px;
  12.         margin-left:2px;
  13.         margin-right:0px;
  14.         margin-bottom:0px;
  15.         background-color:silver;
  16.     }
  17.     
  18.     .indexBorder-outer {
  19.         border-top-style:solid;
  20.         border-left-style:solid;
  21.         border-right-style:solid;
  22.         border-bottom-style:solid;
  23.         border-width:1px;
  24.         border-top-color:gray;
  25.         border-left-color:gray;
  26.         border-bottom-color:white;
  27.         border-right-color:white;
  28.         position:absolute;
  29.         top:4px;
  30.         left:6px;
  31.         z-index:5;
  32.         width:97%;
  33.         height:97%;
  34.     }
  35.     
  36.     .indexBorder-inner {
  37.         border-top-style:solid;
  38.         border-left-style:solid;
  39.         border-right-style:solid;
  40.         border-bottom-style:solid;
  41.         border-width:1px;
  42.         border-top-color:black;
  43.         border-left-color:black;
  44.         border-bottom-color:silver; 
  45.         border-right-color:silver;     
  46.         z-index:2;
  47.         background-color:white;
  48.         width:100%;
  49.         height:100%;
  50.         overflow:auto;
  51.         top:21px;
  52.         left:25px;
  53.     }
  54.  
  55.     .tabBorder {
  56.         border-top-style:solid;
  57.         border-left-style:solid;
  58.         border-width:1px;
  59.         border-color:white;
  60.         top:0px;
  61.         left:2px;
  62.         z-index:-4;
  63.         position:absolute;
  64.         height:99%;
  65.         width:100%;
  66.     }
  67.     
  68.     .tabBottom {
  69.         position:absolute;
  70.         top:0px;
  71.         left:2px;
  72.         z-index:0px;
  73.     }