Skip to main content

#IE6 — All content tagged with this topic.

Glossary Terms

Internet Explorer 6 CSS Hacks

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

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…

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…

Doubled Float Margin Bug

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…