CSS hack与各个浏览器兼容、JS等

FF !important

IE 9

IE8 

IE7 +

chrome

@media screen and (-webkit-min-device-pixel-ratio:0){}


firefox 下

style=“display:“” ”正常

style=“display:”“none” 不正常


FF 下不兼容

getElementsByName 

innerText

改用

getElementsByTagName

innerHTML和value
原文地址:https://www.cnblogs.com/luscinia/p/4177902.html