/ 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 */ }
You need to login to post a comment.
djalisko191 on 11/11/11
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 */ }
You need to login to post a comment.