CSS Filter - Commented Backslash

Commented Backslash

This hack exploits a bug in Internet Explorer for Mac related to comment parsing. A comment ending in \*/ is not properly closed in IE Mac, so rules that need to be ignored in IE Mac can be placed after such a comment. Another comment is needed after the rule to close the comment for IE Mac.

/* Ignore the next rule in IE mac \*/ selector { ...styles... } /* Stop ignoring in IE mac */

Read more about this topic:  CSS Filter