home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / res / rdf / dom-test-4.css < prev    next >
Cascading Style Sheet File  |  2001-05-05  |  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.