手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >用javascript实现兼容IE7的类库 IE7_0_9.zip提供下载
用javascript实现兼容IE7的类库 IE7_0_9.zip提供下载
摘要:IE7loadsandparsesallstylesheetsintoaformthatExplorercanunderstand.Youc...

IE7loadsandparsesallstylesheetsintoaformthatExplorercanunderstand.YoucanthenusemostCSS2/CSS3selectorswithouthavingtoresorttoCSShacks.

Thelightweightscriptisasingle-lineinclusioninyourHTML/XMLdocument.Noalterationofyouroriginalmarkupisnecessary.NeitherdoyouhavetoalteryourCSS.

IE7providesMicrosoftInternetExplorerwithsupportforW3CstandardCSSandHTML:

supportsthefollowingCSSselectors:

namespace|selector

parent>child

adjacent+sibling

adjacent~sibling

[attr],[attr="value"],[attr~="value"]etc

.multiple.classes(fixesbug)

:hover,:active,:focus(forallelements)

:first-child,:last-child,only-child,nth-child,nth-last-child

:check,:disabled,:enabled

:root,:empty,:contains(),:not()

:before/:after/content:

:lang()

workswithbothHTMLandXMLdocuments

supportsimportedstylesheets

preservesthecascadeofthestylesheet

doesnotalterthedocumentstructure

doesnotrepeatedlyquerytheDOMtreeusingJavaScript

usespureCSStoenforcestylesheetrules

supportstheW3Cboxmodelinbothstandardsandquirksmode

supportsfixedpositioning(flickerfree)

supportsoverflow:visible

supportsmin/max-width/height

fixesbroken(X)HTMLelements(abbr,object)

standardiesformsbehavior

supportsPNGalphatransparency

lightweightscript(22K)

completelymodular(add/removefixes)

worksforMicrosoftInternetExplorer5+(Windowsonly)

IE7_0_9.zip下载

【用javascript实现兼容IE7的类库 IE7_0_9.zip提供下载】相关文章:

javascript实现仿腾讯游戏选择

javasript实现密码的隐藏与显示

Javascript实现的SHA-256加密算法完整实例

javascript实现淡蓝色的鼠标拖动选择框实例

JavaScript实现的MD5算法完整实例

javascript实现获取服务器时间

Javascript实现飞动广告效果的方法

原生javascript实现解析XML文档与字符串

javascript实现youku的视频代码自适应宽度

javascript实现表格增删改操作实例详解

精品推荐
分类导航