blob: 99db8c18f3e581f161707db03884300c7c0359bd [file] [log] [blame]
<html>
<head>
<style type="text/css">
div * p { color: red; }
</style>
</head>
<body>
<div>
<div>
<h1>Html Heading</h1>
<p>fzz</p>
</div>
</div>
<h2>Html Heading</h2>
<p>works in ie and for me, not in word</p>
</body>
</html>