增加了边框,内容就下移_html/css_WEB-ITnose
程序员文章站
2022-05-13 16:55:52
...
原本没边框的时,里面的内容刚好撑满div,
但是加了边框后,里面的内容就偏移了foot高度的一半!
我测试了下,是(margin-top:15px;
border-bottom:1px;)这里出问题,请问该如何修改!
#foot{
width:100%;
height:43px;
margin-top:15px;
border-bottom:1px;
border-bottom-style:solid;
border-top:1px;
border-top-style:solid;
background-color:#996699;
}
.zi{
text-align:center;
color:#646464;
}
p元素换成div
但是加了边框后,里面的内容就偏移了foot高度的一半!
我测试了下,是(margin-top:15px;
border-bottom:1px;)这里出问题,请问该如何修改!
#foot{
width:100%;
height:43px;
margin-top:15px;
border-bottom:1px;
border-bottom-style:solid;
border-top:1px;
border-top-style:solid;
background-color:#996699;
}
.zi{
text-align:center;
color:#646464;
}
Copyright @2006 Your Company | All rights reserved
Design by Gerhard Studios | W3C XHTML 1.1 | W3C CSS 2.0
回复讨论(解决方案)
Copyright @2006 Your Company | All rights reserved
Design by Gerhard Studios | W3C XHTML 1.1 | W3C CSS 2.0
p元素换成div
上一篇: php生成随机颜色的方法,php生成
推荐阅读
-
边框与内容距离问题_html/css_WEB-ITnose
-
增加了边框,内容就下移_html/css_WEB-ITnose
-
iframe中的内容超出了边框_html/css_WEB-ITnose
-
边框相对于内容的属性怎么写?_html/css_WEB-ITnose
-
iframe中的内容超出了边框_html/css_WEB-ITnose
-
边框相对于内容的属性怎么写?_html/css_WEB-ITnose
-
无内容的单元格无边框和有边框哪个是标准的?_html/css_WEB-ITnose
-
关于表格table的td内容为空时边框不能显示_html/css_WEB-ITnose
-
边框与内容距离问题_html/css_WEB-ITnose
-
无内容的单元格无边框和有边框哪个是标准的?_html/css_WEB-ITnose