How to fix Slow or Choppy Scrolling in firefox 3
Posted on June 29, 2008
Many Firefox 3 Windows users are complaining that when they scroll on web pages it can be very slow and choppy. There is a way to fix this problem though.
1. Close Firefox 3 and navigate to the chrome folder . The location may vary. Mine was located at:
C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles\randomvalue\chrome
2. Right click the file userContent-example.css and select Rename.
3. Take out the -example to give the file a name of userContent.css.
4. Open userContent.css in Notepad.
5. Copy and paste the following code at the end of the file:
/* Smooth Scrolling: Disable Fixed Background Images */
body {
background-attachment: scroll !important;
}
6. Save and close Notepad.
Now give Firefox 3 a shot. Hopefully the scrolling is quicker and smoother.
Popularity: 3% [?]
Related Posts:
» Filed Under Firefox
Comments
Leave a Reply