Browser Specific Hacks | CSS-Tricks
Last updated on: April 20, 2013 Browser Specific Hacks /***** Selector Hacks *****/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first ... I think it explains the ways to do browser-specific css-rules. For example, if you want to have red ba...