手机
当前位置:查字典教程网 >编程开发 >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实现解析XML文档与字符串

javascript实现Table排序的方法

javascript实现控制的多级下拉菜单

javascript搜索框效果实现方法

javascript实现动态改变层大小的方法

javascript用函数实现对象的方法

javascript实现删除前弹出确认框

javascript实现模拟时钟的方法

JavaScript实现广告的关闭与显示效果实例

javascript实现行拖动的方法

精品推荐
分类导航