欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

一个css小问题,会的帮个忙_html/css_WEB-ITnose

程序员文章站 2022-04-30 18:51:05
...
原本网页的排列是这样的:


我想这样写然后能达到同样的排列效果:





http://www.ealine.net/template/shouda8/file/mulu.css

css中该如何更改?谢谢

回复讨论(解决方案)

求帮忙求帮忙

求帮忙求帮忙

求帮忙求帮忙

把红色部分去掉

ul {
margin: 0 10px;
width: 960px;
height: 31px;
padding: 0;
list-style: none;
overflow: hidden;
clear: both;
}

ul li {
float: left;
width: 31%;
border-bottom: 1px solid #eee;
line-height: 30px;
height: 30px;
overflow: hidden;
padding-left: 20px;
margin-bottom: 3px;
color: #090;
}