home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2001 March / PCA1303.BIN / intface / software / DEMOS / DEMOS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-08-23  |  434 b   |  23 lines

  1. A       { color: #3360a0; }
  2. A:hover { color: #0000aa; }
  3. .titel  { color: #336699; }
  4.  
  5. #popupWebsite
  6. {    top:   15;
  7.     left: 320;
  8.     font-family: verdana, arial, helvetica, sans-serif;
  9.     font-size: 10pt;
  10.     border: 1px solid black;
  11.     background-color: white;
  12.     /* onderstaande voor NS */
  13.     layer-background-color: #fffffa;
  14.     position: absolute;
  15.     width: auto;
  16.     height: auto;
  17.     z-index: 1;
  18.     visibility: hidden;
  19.     padding: 0px;
  20. }
  21.  
  22.  
  23.