Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. IE Hack how to make IE to skip/avoid from reading a line in the style sheet
  2. .foo { background: red; }
  3. :root .foo { background: lime; }
  4.        
  5. <link rel="stylesheet" href="nice_browsers.css" />
  6. <!--[if IE]>
  7. <link rel="stylesheet" href="dumb_ie.css" />
  8. <![endif]-->