首页 > 代码库 > 兼容性处理

兼容性处理

1.IE浏览器中li列表3像素bug问题
给li设置float浮动,并给width设为百分百:

li{float:left;width:100%;}

 

兼容性处理