Home  >  Article  >  Web Front-end  >  li空格问题_html/css_WEB-ITnose

li空格问题_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:40:521250browse

css html

<ul class="line_pub clearfix">  <li class="bg_black">商品详情</li>  <li>基本参数</li>  <li>当天实拍</li>  <li>视频演示</li>  <li>售后服务</li>  <li>觉见问题</li></ul>

这样li回车ie6和7是有空格的, 也用了float: left,给li设置了宽高, 给上背景色, 文字居中, 可以看到ie6和7后面有多出一空格, 求解决

回复讨论(解决方案)

ul{margin:0;padding:0;list-style:none;}li{display:inline;}

一般需要加上这两个

li{overflow:hidden;zoom:1;}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn