Browser compatibility issues set record

ie6 floating bug:
Setting elements float property, the property value will double its margin; (Solution: Set elements Run the display: inline)
ie6 the height div setting is invalid
default font size is 16px, ie6 height DIV not be less than the height of the font; ( set font-size: 0px)
on a temporary write so later to fix
Firefox innerText invalid
Firefox only supports innerHTML

Reproduced in: https: //www.cnblogs.com/tufan/archive/2009/10/10/1580213.html

Guess you like

Origin blog.csdn.net/weixin_34015566/article/details/93643030