X-UA-Compatible IE=7 - Quirks mode - no doctype

Real Id Fake Class

Test of Filter

This text will be green if the rule has been applied.

Code Syntax


#testElement {
   color: #00cc00;
  }
#testElement.fakeClass {
   /* no properties required */
  }
#testElement.testClass {
   color: #cc0000;
   /* if bug triggered, all properties suppressed */
  }
         

Back to IE8 hack tests