内部容器不重复-y为粘贴页脚

时间:2011-03-04 21:25:01

标签: html css sticky-footer

我想要一个粘性页脚,我遵循了本指南:http://www.cssstickyfooter.com/using-sticky-footer-code.html

我有外包装(容器)和用于背景图像的内包装(容器2)。

我能够让页脚粘在底部,但容器2中的背景图像并没有垂直重复。

请寻求帮助。

1 个答案:

答案 0 :(得分:1)

重复背景,确保你有css ..

background:url('path/to/image.png') repeat-y 0 0;

编辑:丑陋的黑客(工作) -

$('#container2').css('min-height',document.height - 30);

编辑:其他解决方案 -

将背景图像应用于正文