Content deleted Content added
Line 88:
===== html>body hack =====
Versions of Internet Explorer before version 7 do not support the "child selector" (<code>></code>), allowing rules to be specified for all browsers except Internet Explorer. For example, this rule will turn paragraph text blue in Firefox, but not in IE before version 7.
html>body p {color: blue; }
|