Table of Contents

CSS Test: Escaped Comment-End

If this text is green, the browser has applied the rule.

CSS applied to #test-span:


    <style type="text/css">
        /* \*/
        #test-span {
            color:green;
            }
        /* */
    </style>

More Information:

http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html