【发布时间】:2012-07-29 18:39:44
【问题描述】:
我一直在尝试向我的网站添加标题,但我无法让容器适合屏幕的整个宽度,尽管宽度设置为 100% 或 auto。它总是在左右两边都有大约 5px 的边距,即使边距和内边距都设置为 0。
HTML:
<div id="header">
<h7>
<p>Lorem Ipsum</p>
<p>Lorem Ipsum</p>
<p>Lorem Ipsum</p>
<p>Lorem Ipsum</p>
</h7>
</div>
CSS:
body div#header{
width: 100%;
margin: 0;
padding: 0;
background-color: #c0c0c0;
}
【问题讨论】:
-
供参考,
<h7>不是有效的 HTML 标记 -
100% DIV width is not really 100% 的可能重复项(欢迎来到 Stack Overflow……请务必在询问之前进行搜索!)
-
你找到答案了吗,用我的试试??