home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / sharewar / smrtscrp / ssp2.CAB / style.css < prev    next >
Cascading Style Sheet File  |  1999-04-30  |  503b  |  23 lines

  1. BODY      {font-family:Verdana,Arial;color:black;font-size="10"}
  2. A:link    {text-decoration: none;  color: #808080}
  3. A:visited {text-decoration: none;  color: #808080}
  4. A:hover   {text-decoration: none;  color: #000000}
  5. A:active  {text-decoration: none;  color: #808080}
  6.  
  7. #ie5menu{
  8. position:absolute;
  9. width:150px;
  10. border:1px solid black;
  11. background-color:red;
  12. font-family:Verdana;
  13. line-height:20px;
  14. cursor:hand;
  15. visibility:hidden;
  16. }
  17.  
  18. .menuitems{
  19. padding-left:5px;
  20. padding-right:5px;
  21. }
  22.  
  23.