/ Published in: CSS
URL: http://forrst.com/posts/CSS_Hacks-Rh7
Expand |
Embed | Plain Text
.test { color: #000000; /* All Browsers */ color: #FFF000\9; /* All IEs */ *color: #FFFF00; /* IE6 and IE7 */ color: #0000FF\0; /* Only IE8 */ color: #00FFFF!important; /* Only IE7 */ _color: #FF0000; /* Only IE6 */ [color: #000000; /* Safari, Chrome */ }
You need to login to post a comment.
