Forum Moderators: not2easy
<body text="#000000" link="#0000FF" vlink="#0000FF" alink="#0000FF"> a.foo { color: #FFF; } a,
a:visited,
a:active { color: #0000FF } Is the page html5?
a[class] {blahblah}
(which is awfully useful for overriding) there ought to be a corresponding construction a[noclass]
or a[!class]
or a[Class]
meaning “elements of this type that don’t have a class * but I looked and couldn't find one. Darn.