欢迎来到代码驿站!

JavaScript代码

当前位置:首页 > 网页前端 > JavaScript代码

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

时间:2020-12-09 20:21:02|栏目:JavaScript代码|点击:

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实现html手机端城市列表索引选择城市

本文标题:用javascript实现兼容IE7的类库 IE7_0_9.zip提供下载

本文地址:http://www.codeinn.net/misctech/30896.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有