很诡异的li间距_html/css_WEB-ITnose
http://www.esderive.com/Ch/index2.html
这里的li结构,我把相同的样式复制到新建的空白文件里,继承所有相同的样式,li之间是没有间距的,但是放到这个页面有出现诡异的间距了。。。
求解脱。。。
回复讨论(解决方案)
firebug 看下 ,是什么样式把它影响到了。
firebug 看下 ,是什么样式把它影响到了。
好像确实没有啊。
我用chrome找了好久。现在又一非常诡异的事出现了...我怀疑是不是有漏了结束标签。
但是看chrome解析的结构没问题,应该也不是这个问题。纠结中
你把红色地方去掉看下
.box ul li a{
height: 30px;
line-height: 30px;
}
.box ul li{
height: 30px;
white-space: nowrap;
}
body {
color: #303030;
font-family: "宋体",Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
line-height: 1.5em;
}
你把红色地方去掉看下
.box ul li a{
height: 30px;
line-height: 30px;
}
.box ul li{
height: 30px;
white-space: nowrap;
}
body {
color: #303030;
font-family: "宋体",Arial, Helvetica, sa……
还是这样哦。。。
http://www.esderive.com/Ch/index3.html
重写了个静态,没问题了。可是按这个静态套进动态页面又不行了,看来要检查下动态的标签是不是都关闭了
引用 3 楼 bbjbepzz 的回复:你把红色地方去掉看下
.box ul li a{
height: 30px;
line-height: 30px;
}
.box ul li{
height: 30px;
white-space: nowrap;
}
body {
color: #303030;
font-family: "宋体",……
下面那个height你没有去掉
.box ul li{
height: 30px;
white-space: nowrap;
}
引用 4 楼 hobo214 的回复:引用 3 楼 bbjbepzz 的回复:你把红色地方去掉看下
.box ul li a{
height: 30px;
line-height: 30px;
}
.box ul li{
height: 30px;
white-space: nowrap;
}
body {
color: #303030;
……
现在去了,看起来间距小了,但是li之间那个诡异的间距还是存在啊
.box ul li{
float:left;
white-space: nowrap;
}
好吧,结贴吧。li结束标签后面有空格。。。
这竟然影响到了样式。。。这是什么情况?

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit
