Escaped Comment End
Test of Filter
This text will be green if the rule has been applied.
Code Syntax
/* \*/
#testElement {
color: #00cc00;
}
/* */
Browser Support / Behaviour
- All Mozilla 0.6 - 1.6
- Win IE 4.0 - 6.x
- Mac IE 4.x
- All NS 4.x
- Win Opera 3.5 - 7.x
- OSX/Mac Opera 5.0 - 6.0
- OSX Safari 1.x
- MSN for OSX
- OSX iCab 2.x
- OSX OmniWeb 4.1 - 4.2
- Konqueror 2.2 - 3.x
- OSX OmniWeb 4.0
- Konqueror 2.0
Special Notes
This hack can also be used to hide single or multiple declarations within one rule (as opposed to whole rules as shown in the example).
More information