Results 1 to 6 of 6

Thread: Page shifts in Firefox

  1. #1
    Member
    Join Date
    Jan 2005
    Location
    Scottsdale, AZ
    Posts
    74

    Page shifts in Firefox

    When viewing my website in Firefox, all the page content shifts to the left for pages that require vertical scroll. On shorter pages everything is centered. On long pages the scroll bar appears and pushes everything to the left. This does not happen in IE.

    Any ideas on how to fix this?

    Thanks!

    MW

  2. #2
    Member
    Join Date
    Sep 2008
    Location
    Highlands Ranch, CO
    Posts
    91
    Could you post a screen shot example? It'll be easier to make a suggestion if we can see how exactly it is shifting, etc...

  3. #3
    Member
    Join Date
    Jan 2005
    Location
    Scottsdale, AZ
    Posts
    74
    Below is a screen shot. The top is a long page with scroll bar and the bottom is a short page with no scroll bar. I added the blue lines as a reference.


  4. #4
    Member
    Join Date
    Jan 2005
    Location
    Scottsdale, AZ
    Posts
    74
    I figured it out... I added:

    Code:
    html {
           width:100%;
           overflow:scroll
    }

  5. #5
    Barrista
    Join Date
    May 2007
    Location
    Victoria, BC
    Posts
    1,674
    You know, I've always been aware of this issue but didn't actually know there was a fix. I guess I never really looked though... so thanks!

  6. #6
    Regular
    Join Date
    Dec 2003
    Location
    Manila, Philippines
    Posts
    256

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •