·ie6-hacks
</>

ie6-hacks

adriancooney/ie6-hacks

Internet Explorer 6 CSS and JavaScript compatibility patterns reference. Use when identifying legacy browser-specific code for removal during codebase modernization, explaining unusual CSS patterns in legacy systems, or auditing stylesheets for deprecated workarounds.

9Installs·0Trend·@adriancooney

Installation

$npx skills add https://github.com/adriancooney/ie6-hacks --skill ie6-hacks

SKILL.md

Technical reference for identifying and removing Internet Explorer 6 CSS and JavaScript compatibility patterns from legacy codebases.

All IE6 patterns documented here can be safely removed from modern codebases. IE6 usage is effectively zero. After removal, test to ensure no accidental side effects (some hacks like zoom: 1 occasionally fixed unrelated issues).

Problem IE6 incorrectly treated as if it had a parent element in the DOM, allowing html to match. Standards-compliant browsers correctly ignore this selector since html is the root element.

Internet Explorer 6 CSS and JavaScript compatibility patterns reference. Use when identifying legacy browser-specific code for removal during codebase modernization, explaining unusual CSS patterns in legacy systems, or auditing stylesheets for deprecated workarounds. Source: adriancooney/ie6-hacks.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/adriancooney/ie6-hacks --skill ie6-hacks
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ie6-hacks?

Internet Explorer 6 CSS and JavaScript compatibility patterns reference. Use when identifying legacy browser-specific code for removal during codebase modernization, explaining unusual CSS patterns in legacy systems, or auditing stylesheets for deprecated workarounds. Source: adriancooney/ie6-hacks.

How do I install ie6-hacks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adriancooney/ie6-hacks --skill ie6-hacks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/adriancooney/ie6-hacks

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None