【发布时间】:2013-08-06 18:47:11
【问题描述】:
我网站上的某些页面带有评论!
在firefox中,页面背景没有显示结束!!
这是我的网址,
我该如何解决? 它是一个Firefox错误吗? 非常感谢你
【问题讨论】:
标签: html css firefox background background-image
我网站上的某些页面带有评论!
在firefox中,页面背景没有显示结束!!
这是我的网址,
我该如何解决? 它是一个Firefox错误吗? 非常感谢你
【问题讨论】:
标签: html css firefox background background-image
只需在正文中输入background:fixed,这样它就不会随页面滚动...
【讨论】:
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
【讨论】: