当前位置: 首页 > 图文教程 > 网络编程 > Javascript > 用javascript实现兼容IE7的类库 IE7_0_9.zip提供下载

Javascript
地震发生中逃生十大法则
引用文章链接代码复制自动加链接功能
javascript用层模拟可移动的小窗口
模仿动画的放大缩小容器
li隔行换色效果代码升级版
li隔行换色改进版
弹出提示的效果代码
直接生成打开窗口代码,不必下载
yahoo首页伸缩效果代码
js模拟QQ窗口的抖动效果
Dom加载让图片加载完再执行的脚本代码
js下拉框里超过变成省略号
Javascript模块模式分析
用函数式编程技术编写优美的 JavaScript_ibm
比较不错的函数式JavaScript编程指南教程
javascript程序优化问题
认识延迟时间为0的setTimeout
JavaScript的9个陷阱及评点分析
显示服务器时间的在线时钟代码简单
js几个广告轮换广告代码

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-12   浏览: 253 ::
收藏到网摘: n/a

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下载