CSS Browser Selector
“CSS Browser Selector is a very small javascript with just one line and less than 1kb which gives you the ability to write specific CSS code for each operating system and each browser.”
Example:
.ie7 .example {
background-color: blue
}
.webkit .example {
background-color: black
}
via Shaun Inman
