搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox scrolls slowly on websites with background images.

  • 1 个回答
  • 6 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

I find that when I go to websites that have background images, such as my tumblr (deshaunic.us) or the call of duty websites (http://www.callofduty.com/missions), scrolling is very slow and stutters, even though I have smooth scrolling enabled.

I have not had such issues with IE. I also have not had these issues on a different machine running Firefox 4 beta.

I find that when I go to websites that have background images, such as my tumblr (deshaunic.us) or the call of duty websites (http://www.callofduty.com/missions), scrolling is very slow and stutters, even though I have smooth scrolling enabled. I have not had such issues with IE. I also have not had these issues on a different machine running Firefox 4 beta.

所有回复 (1)

more options

A workaround is to use a bookmarklet to make the background scroll.
This code may not work on all sites, only if the background image is attached to the body.

javascript:void(document.body.style.backgroundAttachment='scroll');


See also http://en.wikipedia.org/wiki/Bookmarklet