【发布时间】:2010-05-30 04:17:28
【问题描述】:
我目前无法摆脱一小块白色......
这是一个示例页面:http://m.stackoverflow.quickmediasolutions.com/view_question.php?id=97969&site=serverfault
如您所见,答案在“按钮”顶部和内容之间填充了一条白色。
以下是一些相关代码:
<!-- this is the top of the 'button' -->
<div class='top'></div>
<!-- right here is where the space is -->
<div class='content'></div>
.top {
height: 5px;
}
.content {
display: block;
padding-left: 10px;
}
编辑:这个问题现在已经解决了,我很快就会接受下面的答案。
【问题讨论】:
-
你应该把这个放在doctype.com
标签: css html positioning