home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / mozilla / mozilla-win32-M18-mathml-svg-xslt.exe / res / rdf / dom-test-4.css < prev    next >
Cascading Style Sheet File  |  1999-04-16  |  142b  |  13 lines

  1. bar {
  2.   display: block;
  3.   background-color: red;
  4.   width: 100px;
  5.   height: 100px;
  6. }
  7.  
  8.  
  9. bar[enabled] {
  10.   background-color: blue;
  11. }
  12.  
  13.