标签:
FF !important
IE \9
IE8 \0
IE7 +
chrome
@media screen and (-webkit-min-device-pixel-ratio:0){}
firefox 下
style=“display:“” ”正常
style=“display:”“none” 不正常
FF 下不兼容
getElementsByName
innerText
改用
getElementsByTagName
innerHTML和value
标签:
原文地址:http://www.cnblogs.com/luscinia/p/4177902.html