- From: Neil St.Laurent <neil@bigpic.com>
- Date: Tue, 22 Jul 1997 09:04:38 -0600
- To: www-style@w3.org
Given sheet A:
H1 { color: blue !important }
Sheet B:
H1 { color: red }
Sheet C:
H1 { color: green }
Does the cascade of A,B yield:
H1 { color: blue }
OR
H1 { color: blue !important }
So in the end does A,B,C yield:
H1 { color: green }
OR
H1 { color: blue !important }
__
| Mortar: Advanced Web Development <http://bigpic.com/mortar/>
| Neil St.Laurent neil@bigpic.com
| Big Picture Multimedia
Received on Tuesday, 22 July 1997 11:01:30 UTC