home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Komunik / firebird / MozillaFirebird-0.6-win32.exe / MozillaFirebird / res / rdf / dom-test-4.css < prev    next >
Cascading Style Sheet File  |  1999-04-16  |  130b  |  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.