li标签在IE6下出现了兼容问题, 新手求解答...._html/css_WEB-ITnose
程序员文章站
2022-03-20 16:05:46
...
在IE6下最后一行字会被吃掉一半,在谷歌、IE10、火狐里都没有出错,这是为什么啊??
才刚学CSS不久.....
才刚学CSS不久.....
回复讨论(解决方案)
把关键的代码贴出来 看看
/* example */.list li{height:30px;line-height:30px;overflow:hidden;zoom:1;}
CSS code?12/* example */.list li{height:30px;line-height:30px;overflow:hidden;zoom:1;}
果然是这两句代码解决问题overflow zoom,记下了,谢谢啊