home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / komunikace / netscape / nsb-install-8-0.exe / res / rdf / dom-test-4.css next >
Cascading Style Sheet File  |  2005-09-26  |  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.