Table of Contents

CSS Test: The Owen Hack

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

CSS applied to #test-span:


    <style type="text/css">
        head:first-child+body #test-span {
            color:green;
            }
    </style>

More Information:

http://www.albin.net/CSS/OwenHack.html