li空格问题_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:40:52
Original
1296 people have browsed it

css html

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

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


回复讨论(解决方案)

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

一般需要加上这两个

li{overflow:hidden;zoom:1;}
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template