CSS Tip: Targeting IE 5.x, 6 and 7 Separately - Ed Eliot
Back to index Bookmark It Comments Nice hack, you can take this a step further for IE 5.0, and IE 5.5 by using comments in your rules. So your example would be:.box { background: #00f; /* all browsers including Mac IE */ *background: #f00; /* IE 7 and ......