This should be blue text. If it is red, your browser has replicated the parsing bug seen in Opera. OmniWeb shows red text here, while for iCab it is green. This is the code:
div.myDiv {
color: green;
}
html>body div.myDiv {
color: red;
c\olor: blue; /* be ~mean~ to Opera – http://www.albin.net/CSS/beMeanToOpera.html */
}

Back to CodeBitch Main Page