【发布时间】:2010-04-18 19:05:40
【问题描述】:
我一直在编写一个小型博客表单,但我的 Div 标签遇到了问题。每当我创建第二个 div 标签来保存表单时,它和前一个 div 标签之间就会出现一个空格。我的 CSS 有什么问题吗?
body {
background-image: url(../images/body-bg.jpg);
font-family: arial;
}
#header {
background-image: url(../images/new-post-h.png);
background-repeat: no-repeat;
height: 124px;
width: 850px;
color: #ffffff;
margin: 0em 0px;
}
#form-bg {
background-image: url(../images/new-post-b.png);
background-repeat: no-repeat;
height: 500px;
width: 850px;
padding: 8px;
margin: 0em 0px;
}
#new-form {
height: 624px;
width: 850;
margin-left: auto;
margin-right: auto;
}
以下是不断发生的事情: http://i40.tinypic.com/j623i8.jpg
【问题讨论】:
-
宽度:850;无效 - 将测量放在最后,即 850 像素;
-
这里是查看HTML/PHP的链接docs.google.com/…