gpt4 book ai didi

html - 使用绝对页脚重复背景图像

转载 作者:行者123 更新时间:2023-11-28 11:47:52 25 4
gpt4 key购买 nike

我正在尝试使用重复图像作为我运行的博客的背景。

我无法让页脚出现。

编辑:提供的代码包含页眉、重复图像和页脚。这是在背景图像中编码的最简单方法。

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;
}

最佳答案

只需删除/注释掉:

// background-repeat: no-repeat, repeat-y, no-repeat;

不太确定你的页脚代码在哪里,你能提供一个 fiddle 吗?

关于html - 使用绝对页脚重复背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20418930/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com