当前位置:Gxlcms > html代码 > 一个css小问题,会的帮个忙_html/css_WEB-ITnose

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

时间:2021-07-01 10:21:17 帮助过:25人阅读

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

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

人气教程排行