The Box Model Hack was a CSS technique used to work around Internet Explorer's incorrect implementation of the CSS box model, where IE included padding…
CSS expressions were Microsoft-specific CSS properties that allowed JavaScript code to be executed within CSS rules, primarily used to work around IE's lack of support…
The Star HTML Hack (or Star Selector Hack) used CSS selectors like * html to target Internet Explorer 6 specifically, exploiting IE6's incorrect parsing of…
The Underscore Hack was a CSS technique that prefixed property names with underscores to target Internet Explorer 6 and earlier versions, exploiting IE's acceptance of…
The CSS Holly Hack was a technique that used CSS comments and property parsing differences to target specific versions of Internet Explorer, named after Holly…