Web page shows the top of page (a horizontal bar of text), but majority is bumped far right. (1/4 page.) Page shows in other browser. Cleared cache, no help. ?

I have taken a screen shot of the problem page. I don't know why this has happened but it has happened on Firefox for Mac and PC. It does not happen in the Safari browser.
The top of the page looks correct.
Underneath everything is shifted right. This leave 3/4 of the screen to be white. 1/4 of the right side of the page is showing the actual left side of the page.

You can't attach a screenshot to the first post that starts a thread, but you can do that in subsequent replies.
Does this only happen on one specific website?
Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?
It is possible that there is a problem with that web page and that there is a clear:both CSS rule missing that causes Firefox to start the next line at the horizontal position where the previous line ended.
If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
*Firefox > Preferences > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
Make sure that you allow pages to choose their own fonts.
*Firefox > Preferences > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

Similar Messages

  • In the address bar where type the address of the web site at the top. after entering the address i press enter key from the keyboard but it does'nt work there . Means the page is not navigating towards the address. Kindly solve the problem

    In the address bar where type the address of the web site at the top. after entering the address i press enter key from the keyboard but it doesn't work there . Means the page is not navigating towards the address. Kindly solve the problem

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • How to save a web site to the top site page

    how do you save a web site to the top site page

    click and hold the favicon symbol of the website
    drag to top site symbol in your bookmark bar

  • When i move a clip into the top project screen, it cuts off about an inch of video. im trying to make a chin face video so i need that inch. any help?

    when i move a clip into the top project screen, it cuts off about an inch of video. im trying to make a chin face video so i need that inch. any help?

    1) Make sure that your project is in the same aspect ratio as your camera. If your camera shoots 16:9. make a 16:9 project.
    2) Check the clip inspector for the clip in your project to see if Image Stabilization is turned on. Stabilization works by zooming in, so you may want to turn it off.

  • I was in a chat box with skype and I clicked on the link to copy the text but it came back with "can't copy becuse not permitted in your browser"

    I was in a chat box with SKYPE and I clicked on the link to copy the text but it came back with "can't copy because not permitted in your browser"
    I can highlight copy and paste from other web screens with no problem.
    The chat window however doesn't give access to the lines that have scrolled past the window so highlighting the text won't work. Other chat windows grab the entire text when the user clicks on the copy link or icon.
    I just installed firefox and haven't tried other chat windows to see if the problem could be repeated.

    Use the keyboard if the buttons on the web page aren't working.
    * Copy: Ctrl+C or Ctrl+Insert
    * Paste: Ctrl+V or Shift+Insert
    * Cut: Ctrl+X or Shift+Delete
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard

  • I gifted a ringtone to my sister that I purchased from the iTunes store, and it is on her phone, but we can't figure out how to get it moved to her ringtones.  Can anyone help?

    I gifted a ringtone to my sister that I purchased from the iTunes store, and it is on her phone, but we can't figure out how to get it moved to her ringtones.  Can anyone help?

    Edit > Preferences.  Select the check box for Ringtones, this will add them to the listing in iTunes. 
    Not sure that really answers your question though.

  • Why do my web pages always revert back to the top of web page. running safari latest browser

    why do all of my web pages automatically return to top of web page? I always use me keypad to scroll down but within two seconds the page pops back to top of web page I was on? using latest safari browser. It doesnt do this when I use Chrome... i prefer to use safari,, is there something i can reset? Thank you

    Is this happening to a webpage that requires a cookie or cache?  It is possible either cookie or cache is corrupted.  Cookies are frequently used to manage your passwords securely.

  • My old Firefox used to show web addresses at the top near the toolbars, how do I bring that feature back where I can type in a website address?

    My old Firefox used to show the website being visited and one could type in a website to change to another website. The new Firefox does not have this feature. How do I change my new Firefox so that I can type in a web address. This used to be at the top of the page.

    Make sure that you do not run Firefox in Full Screen mode with all toolbars hidden.
    * Press F11 to toggle full screen mode (Firefox/File > Full Screen)
    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Every time i try to open a web page I have other sites opening at the same time

    I keep having lots of web pages opening that I did not open and advertising flashing across my screen when i am trying to look at sites, does my computer have a virus or is this a setting and how do you clean a mac ?

    From what you describe you may have inadvertently installed adware. Eradicating it is simple. For an explanation or how this may have occurred, how to avoid it in the future, and for one possible solution read How to install adware.

  • Caching the web pages using an application server...Please help

    Hi all.
    I have an application developed using Struts 1.1 which uses JBoss 4.0.2 as an application server.
    In this application user is required to enter a valid url and my application fetches the web page pointed by this url
    and render the same after doing some pre-processing.
    I want to implement caching of pages on server so that if a different user requests with the same url that was earlier issued, that time my application should render the web page that was cached earlier. (so that i can avoid connecting to that url, fetching the page and further pre-processing).
    One of the way i know is to use "application" object, which can be shared among multiple users.
    Are there any other efficient ways ? What about the performance if i use application object ?
    Please help as i am stuck with this.
    Thank you all..
    Prasad

    Using the application scope is one way to do it.
    I would recommend writing a CacheControl bean to handle this for you (or re-using an existing cache object)
    You can put that bean into the application scope. Just to keep things neat and tidy.
    How that bean then caches web pages is up to you
    - Store them in memory (I would recommend a LinkedHashMap in LRU mode)
    - Store them to disk - less memory intensive, a bit slower but can store more
    How are you going to determine if a page is "the same"?
    I think you should also consider the "no-cache" tags that a page may send with itself.
    Caching can drive web application drivers nuts, as the page actually DOES change on every request.
    Cheers,
    evnafets

  • How to remove web data from the top and bottom of my Ebay invoices so I can print them without it.

    When I create my Ebay invoices, (which are generated through the browser in a new window) data is also generated at the top and bottom that I don't want to show on the invoice. The data is the date and time at the bottom, together with the page number, and at the top it shows the web location. In Explorer, you can remove this before printing but I can't work out how to do it in Firefox. Help please!

    Hello!
    You can change that in Page Setup, choose the "Margins & Header/Footer" tab and chose "--blank--" instead of the data that you don't want it to appear.
    You can visit [https://support.mozilla.org/en-US/kb/how-print-websites#w_margins-and-header-footer How to print websites] for more details.
    I hope that helps,
    Have a nice day

  • How to have web page open in same browser window after redirect in Flash video placed in Dreamweaver?

    Hello,
    Would be grateful if anyone can help me.
    website: www.Paris-Pet.com
    Currently, a flash video plays on the index page. The following action is placed in the last frame of the video in Flash:
    navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"));
    This is working as intended with one exception: Instead of directing to the home page from the index page when the video is completed, it opens up the home page in a second browser window, leaving the empty browser window of the flash movie. This is not the seamless design I was hoping for, and I've also been told on some computers, blocking pop up windows is preventing them from smoothly transitioning to the rest of the web site.
    I would like the redirect to open the home page in the same browser window as the movie in the index page played.
    Please help. Print designer in over her head.
    JM

    Brilliant, Jon. Thank you so much. For those of you who stumble on this, I did have a tiny bit of trouble when I edited the actionscript; the video didn't play as expected. After trial and error, this is the code that worked both in playing the video and opening up in the same browser window:
    navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"),"_self");
    The difference seems to be this:  ")     before the comma prior to "_self");
    Again, Jon -- thanks!
    Jack

  • Web Pages too big for browser

    Hi all
    I know about the click issue and power leak and I'm sure they are working on a fix but I'm also experiencing an error msg when surfing the web through my bb browser. Pages I used to be able to open without issue are not opening after an OTA update to 5.0.0.591  Anything I should or could do to access those web pages? 
    Thank you. 

    The browser has always been a bit of a weak point on the BB. 
    Try this:
    http://m.opera.com
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • How to display URL on PDF copied from web page;Does from Safari browser/Not Firefox

    When I make a PDF document from a web page when in Safari, it automatically puts the URL in with the document but not when I'm using Firefox.

    What is the format of that online document - is it an image, or is it perhaps already a PDF document?  If so, you can right-click on it and save it to your local disk.

  • Using auto detect proxy when I close web pages it goes back to manual proxy config help please

    I was using the web o/k restarted my computer, tried to conect to the internet web page came up but would not turn over, said trouble with proxy. Looked in tool, options, advanced, setting. The box next to Manual proxy config was ticked. Changed to auto detect proxy clicked ok then ok. Next it had reverted back to manual proxy, is there a way to save this on auto proxy config as it is a pain having to change it all the time.
    Thanks

    See:
    * http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for