This text will be green if the rule has been applied.
#testElement {
color/* */: #00cc00;
}
In IE 5.0, the next declaration in the rule containing this hack is also ignored. By putting this hack at the end of a rule (so that there are no other declarations after it in the same rule), this side-effect is avoided.
Mac IE 5.0 behaves like Win IE 5.0. See comment above.
This hack is used in some of the Alternate Box Model Hacks.