Skip to Content

css

Targeting specific Browsers using CSS conditions

background: #00f; /* all browsers */
*background: #f00; /* IE 7 and below */
_background: #f60; /* IE 6 and below */

Syndicate content