- IE Hack how to make IE to skip/avoid from reading a line in the style sheet
- .foo { background: red; }
- :root .foo { background: lime; }
- <link rel="stylesheet" href="nice_browsers.css" />
- <!--[if IE]>
- <link rel="stylesheet" href="dumb_ie.css" />
- <![endif]-->