【发布时间】:2013-12-07 00:48:07
【问题描述】:
我正在尝试将重复图像作为我运行的博客的背景。
我无法显示页脚。
编辑:提供的代码有标题、重复图像和页脚。这是在背景图像中编码的最简单方法。
body {
background:#1b0e11;
color:#170d23;
font:11px/18px arial, verdana, helvetica, sans serif;
margin:0px 0px 0px 0px;
padding:0px;
background-image: url(http://i1331.photobucket.com/albums/w595/4V3D15/header_zpsf652d36b.png), url(http://i1331.photobucket.com/albums/w595/4V3D15/middle_zps8a8ab3d1.png), url(http://i1331.photobucket.com/albums/w595/4V3D15/footer2_zpsc6e75bc2.png);
background-repeat: no-repeat, repeat-y, no-repeat;
background-position: center top, center center, center bottom;
}
【问题讨论】:
-
所以.....你只是要向我们展示背景,与页脚无关?
标签: html css background-image sticky-footer repeat