好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

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

原本网页的排列是这样的:

第1章:牛碧
第2章:奇怪的戒指
第3章:梦幻空间


我想这样写然后能达到同样的排列效果:
第1章:牛碧
第2章:奇怪的戒指
第3章:梦幻空间


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;
}

查看更多关于一个css小问题,会的帮个忙_html/css_WEB-ITnose的详细内容...

  阅读:38次