Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

left hand side of browser is cut off

  • 2 отговора
  • 18 имат този проблем
  • 1 изглед
  • Последен отговор от mmoyles

more options

The left hand side of my Firefox browser is always cut off... when minimized or maximized... I reinstalled Firefox a few times and has not fixed the problem. It cuts off about 0ne quarter of an inch of the browser (relatively speaking). I can still browse but a tiny part is always cut off. I have a screen shot I can send you.

The left hand side of my Firefox browser is always cut off... when minimized or maximized... I reinstalled Firefox a few times and has not fixed the problem. It cuts off about 0ne quarter of an inch of the browser (relatively speaking). I can still browse but a tiny part is always cut off. I have a screen shot I can send you.

Всички отговори (2)

more options

Normally I would just point you to

Type (paste the following):
javascript:top.resizeTo(screen.width*0.8,screen.height*0.8);self.moveTo(0,0);

into the Location Bar and press Enter.

The Babylon toolbar has been causing problems with oversize, windows. but you say yours if only very slightly off. Did you try moving the window by its title bar, or use Alt+SpaceBar then M (for Move,, or S to reSize) and drag or use arrow keys to reposition.

The following might be better resize for you:

javascript:self.resizeTo(1024,screen.availHeight);self.moveTo(768,0);

The MozillaZine KB site has been down for several hours, see a cached version and for some reason the cached version takes quite awhile to come up (maybe Google didn't speed up the internet for googleusercontent.com)

Променено на от David McRitchie

more options

I had the same problem. I did a number of Google searches about it and looked at a bunch of stuff. Disabling a vshare plugin finally fixed it. I have no idea why.

Променено на от mmoyles