Home > Web Front-end > HTML Tutorial > A small css problem, please help me if you know how_html/css_WEB-ITnose

A small css problem, please help me if you know how_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:19:08
Original
943 people have browsed it

The original arrangement of the web page is as follows:



I want to write like this and achieve the same arrangement effect:





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

How to change it in css? Thank you


Reply to the discussion (solution)

Please help please help

Please help please help

Please help please help

Remove the red part

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

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