:not() Selector with Dummy Attribute
Test of Filter
This text will be green if the rule has been applied.
Code Syntax
html:not([dummy]) #testElement {
color: #00cc00;
}
Browser Support / Behaviour
- All Mozilla 0.9 - 1.6
- OSX Safari 1.x
- MSN for OSX
- All Mozilla 0.6 - 0.8
- Win IE 4.0 - 6.x
- OSX IE 5.x
- Mac IE 4.0 - 5.x
- All NS 4.x
- Win Opera 3.5 - 7.x
- OSX/Mac Opera 5.0 - 6.x
- OSX iCab 2.x
- OSX OmniWeb 4.1 - 4.2
- Konqueror 2.2 - 3.x
- OSX OmniWeb 4.0
- Konqueror 2.0
Special Notes
None.