/ Published in: CSS

[Updated](http://noscope.com/journal/2010/03/how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body { color: red; /* all browsers, of course */ color : green\9; /* IE8 and below */ *color : yellow; /* IE7 and below */ _color : orange; /* IE6 */ }
URL: http://www.ejeliot.com/blog/63
Comments
