用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 相关文章推荐
csdn 博客的css样式 v3
Feb 24 Javascript
JavaScript 设计模式学习 Singleton
Jul 27 Javascript
jQuery操作select的实例代码
Jun 14 Javascript
编写自己的jQuery提示框(Tip)插件
Feb 05 Javascript
举例详解AngularJS中ngShow和ngHide的使用方法
Jun 19 Javascript
总结Javascript中数组各种去重的方法
Oct 04 Javascript
js运动事件函数详解
Oct 21 Javascript
jQuery插件echarts设置折线图中折线线条颜色和折线点颜色的方法
Mar 03 Javascript
React-router中结合webpack实现按需加载实例
May 25 Javascript
Agularjs妙用双向数据绑定实现手风琴效果
May 26 Javascript
详解vue-cli 接口代理配置
Dec 13 Javascript
webpack优化的深入理解
Dec 10 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
substr()函数中文版
2006/10/09 PHP
我的论坛源代码(六)
2006/10/09 PHP
PHP 服务器配置(使用Apache及IIS两种方法)
2009/06/01 PHP
PHP中通过语义URL防止网站被攻击的方法分享
2011/09/08 PHP
Thinkphp实现MySQL读写分离操作示例
2014/06/25 PHP
详谈PHP文件目录基础操作
2014/11/11 PHP
php分页原理 分页代码 分页类制作教程
2016/09/23 PHP
php利用imagemagick实现复古老照片效果实例
2017/02/16 PHP
js 提交和设置表单的值
2008/12/19 Javascript
javascript css在IE和Firefox中区别分析
2009/02/18 Javascript
jquery弹出框的用法示例(2)
2013/08/26 Javascript
jquery toolbar与网页浮动工具条具体实现代码
2014/01/12 Javascript
jQuery的选择器中的通配符使用介绍
2014/03/20 Javascript
详解JavaScript ES6中的Generator
2015/07/28 Javascript
js为什么不能正确处理小数运算?
2015/12/29 Javascript
详解javascript实现自定义事件
2016/01/19 Javascript
JavaScipt中栈的实现方法
2016/02/17 Javascript
jquery仿QQ登录账号选择下拉框效果
2016/03/22 Javascript
jQuery 跨域访问解决原理案例详解
2016/07/09 Javascript
Angular外部使用js调用Angular控制器中的函数方法或变量用法示例
2016/08/05 Javascript
Bootstrap分页插件之Bootstrap Paginator实例详解
2016/10/15 Javascript
微信小程序swiper组件用法实例分析【附源码下载】
2017/12/07 Javascript
Node.js引入UIBootstrap的方法示例
2018/05/11 Javascript
谈谈React中的Render Props模式
2018/12/06 Javascript
ckeditor一键排版功能实现方法分析
2020/02/06 Javascript
从零学Python之引用和类属性的初步理解
2014/05/15 Python
python3+PyQt5实现使用剪贴板做复制与粘帖示例
2017/01/24 Python
Tensorflow读取并输出已保存模型的权重数值方式
2020/01/04 Python
小车司机岗位职责
2013/11/25 职场文书
宿舍违规检讨书
2014/01/12 职场文书
早读迟到检讨书
2014/01/24 职场文书
2014年国培研修感言
2014/03/09 职场文书
依法行政工作汇报材料
2014/10/28 职场文书
会计入职心得体会
2016/01/22 职场文书
python使用glob检索文件的操作
2021/05/20 Python
Node-Red实现MySQL数据库连接的方法
2021/08/07 MySQL