长页面高度和背景重复问题

时间:2013-07-30 11:39:51

标签: html css firefox background background-image

我网站上的一些页面有很长的高度评论!

在Firefox中的

和页面背景的结尾没有显示!!

这是我的网址,

http://kheiliii.com/blogs/%DA%A9%D8%AA%D8%A7%D8%A8%E2%80%8C%D9%87%D8%A7%DB%8C-%D9%85%D9%86%D8%AA%D8%B4%D8%B1-%D8%B4%D8%AF%D9%87.html

我该怎么办? 它是一个firefox bug吗? 非常感谢你

2 个答案:

答案 0 :(得分:1)

只需在正文中添加background:fixed,这样它就不会滚动页面...

答案 1 :(得分:0)

just keep your data in a <div> tag just apply overflow property to it as shown below

.[className]{
overflow-y:scroll;
overflow-x:hidden;
}

than all will be fine
相关问题