用javascript实现兼容IE7的类库 IE7_0_9.zip提供下载


Posted in Javascript onAugust 08, 2007

IE7 loads and parses all style sheets into a form that Explorer can understand. You can then use most CSS2/CSS3 selectors without having to resort to CSS hacks.

The lightweight script is a single-line inclusion in your HTML/XML document. No alteration of your original markup is necessary. Neither do you have to alter your CSS.

IE7 provides Microsoft Internet Explorer with support for W3C standard CSS and HTML:

supports the following CSS selectors: 
namespace|selector 
parent > child 
adjacent + sibling 
adjacent ~ sibling 
[attr], [attr="value"], [attr~="value"] etc 
.multiple.classes (fixes bug) 
:hover, :active, :focus (for all elements) 
:first-child, :last-child, only-child, nth-child, nth-last-child 
:check, :disabled, :enabled 
:root, :empty, :contains(), :not() 
:before/:after/content: 
:lang() 
works with both HTML and XML documents 
supports imported style sheets 
preserves the cascade of the style sheet 
does not alter the document structure 
does not repeatedly query the DOM tree using JavaScript 
uses pure CSS to enforce style sheet rules 
supports the W3C box model in both standards and quirks mode 
supports fixed positioning (flicker free) 
supports overflow:visible 
supports min/max-width/height 
fixes broken (X)HTML elements (abbr, object) 
standardies forms behavior 
supports PNG alpha transparency 
lightweight script (22K) 
completely modular (add/remove fixes) 
works for Microsoft Internet Explorer 5+ (Windows only) 

IE7_0_9.zip下载

Javascript 相关文章推荐
js动态创建上传表单通过iframe模拟Ajax实现无刷新
Feb 20 Javascript
JS对文本框值的判断示例
Mar 10 Javascript
js用闭包遍历树状数组的方法
Mar 19 Javascript
javascript实现鼠标拖动改变层大小的方法
Apr 30 Javascript
jquery常用函数与方法汇总
Sep 01 Javascript
JS DOM实现鼠标滑动图片效果
Sep 17 Javascript
jQuery实现点击某个div打开层,点击其他div关闭层实例分析(阻止冒泡)
Nov 18 Javascript
jQuery延迟执行的实现方法
Dec 21 Javascript
Node.js 8 中的 util.promisify的详解
Jun 12 Javascript
微信小程序遍历Echarts图表实现多个饼图
Apr 25 Javascript
node 版本切换的实现
Feb 02 Javascript
JavaScript Blob对象原理及用法详解
Oct 14 Javascript
alixixi runcode.asp的代码不错的应用
Aug 08 #Javascript
网上应用的一个不错common.js脚本
Aug 08 #Javascript
javascript 实现父窗口引用弹出窗口的值的脚本
Aug 07 #Javascript
比较详细的javascript对象的property和prototype是什么一种关系
Aug 06 #Javascript
解析arp病毒背后利用的Javascript技术附解密方法
Aug 06 #Javascript
用JTrackBar实现的模拟苹果风格的滚动条
Aug 06 #Javascript
随机显示经典句子或诗歌的javascript脚本
Aug 04 #Javascript
You might like
BBS(php & mysql)完整版(五)
2006/10/09 PHP
基于php设计模式中单例模式的应用分析
2013/05/15 PHP
php使浏览器直接下载pdf文件的方法
2013/11/15 PHP
php常用字符串比较函数实例汇总
2014/11/24 PHP
Laravel 实现密码重置功能
2018/02/23 PHP
php设计模式之原型模式分析【星际争霸游戏案例】
2020/03/23 PHP
cookie丢失问题(认证失效) Authentication (用户验证信息)也会丢失
2009/06/04 Javascript
js的一些常用方法小结
2011/06/29 Javascript
JS前端框架关于重构的失败经验分享
2013/03/17 Javascript
js中array的sort()方法使用介绍
2014/02/20 Javascript
javascript中的this详解
2014/12/08 Javascript
30个经典的jQuery代码开发技巧
2014/12/15 Javascript
AngularJS学习笔记之基本指令(init、repeat)
2015/06/16 Javascript
javascript实现二叉树遍历的代码
2017/06/08 Javascript
ZeroClipboard.js使用一个flash复制多个文本框
2017/06/19 Javascript
基于vue-ssr服务端渲染入门详解
2018/01/08 Javascript
了解在JavaScript中将值转换为字符串的5种方法
2019/06/06 Javascript
bootstrap 日期控件 datepicker被弹出框dialog覆盖的解决办法
2019/07/09 Javascript
createObjectURL方法实现本地图片预览
2019/09/30 Javascript
[01:02]DOTA2辉夜杯决赛日 CDEC.Y对阵VG赛前花絮
2015/12/27 DOTA
[58:32]EG vs Liquid 2018国际邀请赛小组赛BO2 第一场 8.18
2018/08/19 DOTA
深入Python函数编程的一些特性
2015/04/13 Python
Python中用于转换字母为小写的lower()方法使用简介
2015/05/19 Python
总结python爬虫抓站的实用技巧
2016/08/09 Python
Python max内置函数详细介绍
2016/11/17 Python
Python构建XML树结构的方法示例
2017/06/30 Python
django初始化数据库的实例
2018/05/27 Python
自学python的建议和周期预算
2019/01/30 Python
windows10环境下用anaconda和VScode配置的图文教程
2020/03/30 Python
const char*, char const*, char*const的区别是什么
2014/07/09 面试题
考博自荐信
2013/10/25 职场文书
奉献演讲稿范文
2014/05/21 职场文书
机关中层领导干部群众路线教育实践活动个人对照检查材料
2014/09/24 职场文书
2014年化工厂工作总结
2014/11/25 职场文书
2014小学数学教师个人工作总结
2014/12/18 职场文书
vue+iview实现手机号分段输入框
2022/03/25 Vue.js