Forum Moderators: not2easy
I'm seeing red text in the following test case scenario:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
div {color: green;}
* html div {color: red;}
</style>
</head>
<body>
<div>TESTING</div>
</body>
</html>