用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实现)MapBar中坐标的加密和解密的脚本
May 16 Javascript
javascrip客户端验证文件大小及文件类型并重置上传
Jan 12 Javascript
jQuery中(function($){})(jQuery)详解
Jul 15 Javascript
jQuery 如何给Carousel插件添加新的功能
Apr 18 Javascript
设置jQueryUI DatePicker默认语言为中文
Jun 04 Javascript
微信js-sdk界面操作接口用法示例
Oct 12 Javascript
vue中引用阿里字体图标的方法
Feb 10 Javascript
JavaScript实现简单动态进度条效果
Apr 06 Javascript
jQuery实现的淡入淡出图片轮播效果示例
Aug 29 jQuery
react-router 路由切换动画的实现示例
Dec 03 Javascript
vue实现后台管理权限系统及顶栏三级菜单显示功能
Jun 19 Javascript
JavaScript实现的滚动公告特效【基于jQuery】
Jul 10 jQuery
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
PHP+iframe图片上传实现即时刷新效果
2016/11/18 PHP
在 PHP 和 Laravel 中使用 Traits的方法
2019/11/13 PHP
javascript实现获取cookie过期时间的变通方法
2014/08/14 Javascript
Jquery异步提交表单代码分享
2015/03/26 Javascript
jquery实现弹出层效果实例
2015/05/19 Javascript
jQuery实现点击按钮弹出可关闭层的浮动层插件
2015/09/19 Javascript
基于javascript实现漂亮的页面过渡动画效果附源码下载
2015/10/26 Javascript
浅谈js构造函数的方法与原型prototype
2016/07/04 Javascript
微信小程序 教程之WXML
2016/10/18 Javascript
Bootstrap CSS使用方法
2016/12/23 Javascript
Vue.js中轻松解决v-for执行出错的三个方案
2017/06/09 Javascript
Less 安装及基本用法
2018/05/05 Javascript
JavaScript实现读取与输出XML文件数据的方法示例
2018/06/05 Javascript
对 Vue-Router 进行单元测试的方法
2018/11/05 Javascript
kafka调试中遇到Connection to node -1 could not be established. Broker may not be available.
2019/09/17 Javascript
Vue使用Three.js加载glTF模型的方法详解
2020/06/14 Javascript
Vue Router中应用中间件的方法
2020/08/06 Javascript
python赋值操作方法分享
2013/03/23 Python
python统计日志ip访问数的方法
2015/07/06 Python
详解python时间模块中的datetime模块
2016/01/13 Python
Windows安装Python、pip、easy_install的方法
2017/03/05 Python
python修改list中所有元素类型的三种方法
2018/04/09 Python
python3 中文乱码与默认编码格式设定方法
2018/10/31 Python
对python mayavi三维绘图的实现详解
2019/01/08 Python
python正则-re的用法详解
2019/07/28 Python
python实现加密的方式总结
2020/01/19 Python
如何基于windows实现python定时爬虫
2020/05/01 Python
python将unicode和str互相转化的实现
2020/05/11 Python
Keras自动下载的数据集/模型存放位置介绍
2020/06/19 Python
浅谈keras 模型用于预测时的注意事项
2020/06/27 Python
存储过程和函数的区别
2013/05/28 面试题
综治维稳工作承诺书
2014/08/30 职场文书
公司保洁员管理制度
2015/08/04 职场文书
2016中秋节晚会开场白
2015/11/26 职场文书
优秀范文:《但愿人长久》教学反思3篇
2019/10/24 职场文书
SQL Server表分区降低运维和维护成本
2022/04/08 SQL Server