Skip to main content

#CSS — All content tagged with this topic.

Glossary Terms

Box Model Hack

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 Expression Hacks

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…

Star HTML Hack

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…

Underscore Hack

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…

CSS Holly Hack

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…