/ Published in: CSS
Expand |
Embed | Plain Text
body { color: red; /* all browsers, of course */ color: green\9; /* IE8 and below */ *color: yellow; /* IE7 and below */ _color: orange; /* IE6 */ }
You need to login to post a comment.
Daidaros on 03/29/10
1 person have marked this snippet as a favorite
body { color: red; /* all browsers, of course */ color: green\9; /* IE8 and below */ *color: yellow; /* IE7 and below */ _color: orange; /* IE6 */ }
You need to login to post a comment.