home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / dropStyle.css < prev    next >
Cascading Style Sheet File  |  2010-10-13  |  938b  |  66 lines

  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. #sddm
  5. {    margin: 0;
  6.     padding: 0;
  7.     z-index: 50;
  8.     display:inline-block;
  9.     }
  10.  
  11. #sddm li
  12. {    margin: 0;
  13.     padding: 0;
  14.     list-style: none;
  15.     float: left;
  16.     font: bold 14px arial;
  17.     z-index:50;
  18.  
  19.     
  20.     }
  21.  
  22. #sddm li a
  23. {    display: block;
  24.     margin: 0 1px 0 0;
  25.     padding: 4px 10px;
  26.     width: 77px;
  27.     background: #000000;
  28.     color: #FFF;
  29.     text-align: center;
  30.     text-decoration: none;
  31.     z-index:50;
  32.  
  33.     }
  34.  
  35. #sddm li a:hover
  36. {    background: #AA0000;}
  37.  
  38. #sddm div
  39. {    position: absolute;
  40.     visibility: hidden;
  41.     margin: 0;
  42.     padding: 0;
  43.     background: #000000;
  44.     z-index:50;
  45.     
  46. }
  47.  
  48.     #sddm div a
  49.     {    position: relative;
  50.         display: block;
  51.         margin: 0;
  52.         padding: 5px 10px;
  53.         width: auto;
  54.         z-index:50;
  55.         white-space: nowrap;
  56.         text-align: left;
  57.         text-decoration: none;
  58.         background: #000000;
  59.         color: #FFF;
  60.         font: 13.5px arial;
  61.         }
  62.  
  63.     #sddm div a:hover
  64.     {    background: #AA0000;
  65.         color: #FFF}
  66.