home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / chlapark / buttons.css < prev    next >
Cascading Style Sheet File  |  2003-09-29  |  323b  |  17 lines

  1. /* graficke tlacitka */
  2.  
  3. td.button {
  4.     width: 16px;
  5.     text-align: center;
  6. }
  7.  
  8. td.button img, img.button {
  9.     width: 16px;
  10.     height: 16px;
  11.     background-image: url("/staropramen/images/button-bg-out.gif");
  12.     border: 0;
  13. }
  14.  
  15. td.button a:hover img, a:hover img.button {
  16.     background-image: url("/staropramen/images/button-bg-over.gif");
  17. }