用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 相关文章推荐
javascript 清除输入框中的数据
Apr 13 Javascript
IE7中javascript操作CheckBox的checked=true不打勾的解决方法
Dec 07 Javascript
JSQL 批量图片切换的实现代码
May 05 Javascript
jquery 跨域访问问题解决方法(笔记)
Jun 08 Javascript
P3P Header解决Cookie跨域的问题
Mar 12 Javascript
JS方法调用括号的问题探讨
Jan 24 Javascript
Jquery实现点击按钮,连续地向textarea中添加值的实例代码
Mar 08 Javascript
jQuery的Ajax用户认证和注册技术实例教程(附demo源码)
Dec 08 Javascript
Spring Boot+AngularJS+BootStrap实现进度条示例代码
Mar 02 Javascript
vue项目中axios使用详解
Feb 07 Javascript
JavaScript函数的4种调用方法实例分析
Mar 05 Javascript
vuex刷新后数据丢失的解决方法
Oct 18 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
win7安装php框架Yii的方法
2016/01/25 PHP
一个非常实用的php文件上传类
2017/07/04 PHP
js小技巧--自动隐藏红叉叉
2007/08/13 Javascript
jQuery提交多个表单的小例子
2013/06/30 Javascript
JQuery动画animate的stop方法使用详解
2014/05/09 Javascript
JavaScript判断变量是对象还是数组的方法
2014/08/28 Javascript
jQuery实现的感应鼠标悬停图片色彩渐显效果
2015/03/03 Javascript
js+html5绘制图片到canvas的方法
2015/06/05 Javascript
JavaScript实现对下拉列表值进行排序的方法
2015/07/15 Javascript
javascript实现简单的on事件绑定
2016/08/23 Javascript
nodejs利用ajax实现网页无刷新上传图片实例代码
2017/06/06 NodeJs
ReactNative实现图片上传功能的示例代码
2017/07/11 Javascript
vue + vuex todolist的实现示例代码
2018/03/09 Javascript
详解原生JS回到顶部
2019/03/25 Javascript
如何基于vue-cli3.0构建功能完善的移动端架子
2019/04/24 Javascript
7个好用的JavaScript技巧分享(译)
2019/05/07 Javascript
python list中append()与extend()用法分享
2013/03/24 Python
Python中运算符"=="和"is"的详解
2016/10/08 Python
python3之模块psutil系统性能信息使用
2018/05/30 Python
python之生成多层json结构的实现
2020/02/27 Python
python实现简单的井字棋游戏(gui界面)
2021/01/22 Python
python单例模式的应用场景实例讲解
2021/02/24 Python
美国真皮手袋品牌:GiGi New York
2017/03/10 全球购物
亚洲航空公司官方网站:AirAsia
2019/11/25 全球购物
PHP中如何创建和修改数组
2012/05/02 面试题
请解释一下webService? 如何用.net实现webService
2014/06/09 面试题
毕业生护理专业个人求职信范文
2014/01/04 职场文书
民生工作实施方案
2014/05/31 职场文书
行政答辩状范文
2015/05/21 职场文书
评奖评优个人先进事迹材料
2015/11/04 职场文书
2016应届毕业生就业指导课心得体会
2016/01/15 职场文书
财产分割协议书
2016/03/22 职场文书
原来闭幕词是这样写的呀!
2019/07/01 职场文书
CSS预处理框架——Stylus
2021/04/21 HTML / CSS
MySQL千万级数据表的优化实战记录
2021/08/04 MySQL
Python可视化学习之matplotlib内置单颜色
2022/02/24 Python