Table of Contents

CSS Test: *7 Hack

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

CSS applied to #test-span:


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

More Information:

http://diveintomark.org/safari/csshacks/star7.html