# ie-toolbox **Repository Path**: shrekuu/ie-toolbox ## Basic Information - **Project Name**: ie-toolbox - **Description**: Just a collection of tools to save me from old IE compatible issues, when necessary :) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-21 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 不必使用了,老 IE 已退出历史舞台了 #### 收集能够快速解决 IE 兼容问题的工具。欢迎开 issue 提交我没收录你觉得很棒的工具。 --- #### https://github.com/afarkas/html5shiv 让 IE 6-9 支付 html5 里的新标签,并给这些新标签初始化一个基本样式。 --- #### http://css3pie.com/ 让 IE 6-9 支持 CSS3 里的 border-radius, box-shadow, rgba 颜色等特性。[支持的特性列表](http://css3pie.com/documentation/supported-css3-features/)。 需引入一个 js 和神奇的 htc 文件。 --- #### https://github.com/scottjehl/Respond 让 IE 6-8 支付 CSS3 里 min/max-width 媒体查询特性。要求样式为移动端优先风格(mobile first)。只引入一个 js 文件。支持更多查询特性,但可能性能不及这个的有 https://code.google.com/p/css3-mediaqueries-js/ --- #### http://modernizr.com/ 检测浏览器对 html5,CSS3 中新特性的支持情况,让开发者可以为支持与不支持某特性的浏览器,单独写样式或引入 polyfill 打补丁。需引入一个 js。可自定义。 --- #### http://www.dillerdesign.com/experiment/DD_belatedPNG 让 IE 6 支持 png 格式图片的 alpha 通道透明特性(要处理的图多了页面会卡出翔的)。引入一个 js 再写一两行 js 处理图片。 --- #### http://selectivizr.com/ 让 IE 6-8 支持 CSS3 19伪类个与 2 个伪元素。引入一个 js 文件就可以了。依赖 jQuery 或其它类似库一个(神奇)。