1.IE浏览器中li列表3像素bug问题给li设置float浮动,并给width设为百分百:
li{float:left;width:100%;}
兼容性处理
原文:http://www.cnblogs.com/leifeng-hm/p/3998229.html