• Get SMS/Text updates!

    Phone number

    Carrier

    SMS Text Message by Semper Fi Web Design
    *Standard text messaging rates may apply from your carrier*
  • FriendFeed

    Seeing Avatar for the first time... only a year behind everyone else.

    Saturday 22:36

    It's draft day at the hill house... 30+ people. lhttp://twitpic.com/2j2uli

    Saturday 19:17

    Blog update: Test out the new Digg (Free invites): If anyone is interested in checking out the new Digg site, leav... http://bit.ly/d1HQWC

    Friday 2:13

    For all you Mac-heads. Coupon code "WeHeartReddit" = under $10. Works on both monitors, too. http://bit.ly/9gDGnN You can also not be lazy.

    Friday 2:04

  • The Cloud

    10.6 Apple Applications Apps backup customize disk utility Exposé Firefox free Google hard drive icons installation iPhone iPod Touch iTunes keyboard shortcuts Leopard Mac Macbook Pro MacHeist Mac Os X Mac tips menu bar Music os x osx pref pane Quicksilver quicktime restore review rumors screen-cast screencast screenshots Secrets Snow Leopard Tablet tips tutorial update Upgrade YouTube
  • Current Music Interests

  • « | Home | »

    Fix Choppy/Laggy/Jerky Scrolling in Firefox

    By greg | August 22, 2009

    After making my 637th browser switch today (from Safari back to Firefox), I became slightly irritated with the jerky scrolling in Firefox.  I just recently switched to Safari from Firefox, so I don’t know if something changed with the 3.5.2 update (early August) or if I just never noticed it.

    The fix is relatively simple, and it worked like a charm (original article found here). I’ll be assuming you’re working with OS X. The fix involves renaming and editing a CSS file. Before you start editing, make sure that Firefox is closed. You may want to open this post in Safari or some other web browser.

    First you need to navigate to your Firefox profile. The easiest way to do this would be to use the “Go To Folder” option – Click on your desktop then hit Shift + Command + G or in the menu bar, go to Go -> Go To Folder. Next paste the following into the text field: ~/Library/Application Support/Firefox/Profiles/.

    You should now see a folder that’s named xxxxxxxx.default (x’s will be random characters). Open this folder and then open the sub-folder named “chrome.” Now you should see two files named userChrome-example.css and userContent-example.css. If you don’t have “example” concatenated at the end of the file names, don’t worry about it. You’re actually a step ahead.

    Now either make a copy of the userContent-example.css file and name it userContent.css or simply rename the one that’s already there. After renaming it, open the css file in any text editor and paste the following at the end the the existing text (location actually won’t matter… but it’s cleaner this way):

    /* Smooth Scrolling Workaround: Disable Fixed Background Images on Pages */
    body {
    background-attachment: scroll !important;
    }

    Save the file, open Firefox, and your choppy/laggy/jerky scrolling issue should be fixed!

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Related posts:

    1. Firefox Tips, Extensions, and Fixes
    2. Snow Leopard – Installation (Part 1a/2-Two OS Installations in Three Days)

    Topics: Applications, Mac, fixes | No Comments »

    Comments