Internet Explorer 6 CSS hacks were specialized coding techniques that web developers used to work around IE6's numerous CSS rendering bugs and non-standard behavior, including…
PNG transparency fixes were JavaScript libraries and CSS techniques designed to add PNG alpha transparency support to Internet Explorer 6, which only supported basic transparency…
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 Doubled Float Margin Bug was an Internet Explorer 6 rendering error where floated elements with margins would display double the specified margin size, causing…