home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / msdn / vc6intro / activex.chm / inet401 / samples / dhtml / dhtmlmenu / msmenu.css
Encoding:
Cascading Style Sheet File  |  1998-06-12  |  1.1 KB  |  59 lines

  1. .menuBorder1 {
  2.   position:absolute;
  3.   left:-1000; top:-1000;
  4.   background-color:#C6C3C6;    /* light gray */
  5.   border: solid 1px;
  6.   border-left-color:#C6C3C6;   /* light gray */
  7.   border-top-color:#C6C3C6;    /* light gray */
  8.   border-bottom-color:black;
  9.   border-right-color:black;
  10.   margin:0 0 0 0;
  11.   overflow:none;
  12.   visibility:visible;
  13.   }
  14.  
  15. .menuBorder2{
  16.   position:absolute; top:0; left:0;
  17.   background-color:#C6C3C6;    /* light gray */
  18.   overflow:none;
  19.   margin: 4px 0px 4px 0px;
  20.   border: solid 1px;
  21.   border-left-color:white;
  22.   border-top-color:white;
  23.   border-bottom-color:#848284; /* dark grey */
  24.   border-right-color:#848284;  /* dark grey */
  25.   cursor:default;
  26.   }
  27.  
  28. .menuTable {}
  29.  
  30. .menuRow {
  31.   font-family: MS Sans Serif;
  32.   font-size: 9pt;
  33.   color:black;
  34.   background-color:transparent;
  35.   cursor:default;
  36.   height:12pt;
  37.   }
  38.  
  39. .menuImageCell {
  40.   text-align:left;
  41.   cursor:default;
  42.   }
  43.  
  44. .menuCaptionCell {
  45.   text-align:left;
  46.   cursor:default;
  47.   }
  48.  
  49. .menuArrowCell {
  50.   text-align:right;
  51.   font-size: 8pt; 
  52.   cursor:default;
  53.   }
  54.  
  55. #MENUINSERT {
  56.   position:absolute;
  57.   top:0; left:0; height:0; width:0;
  58. }
  59.