Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

The following url don't load properly in firefox but loads correct in IE. http://parts.olathetoyota.com/1998toyotaRav4parts.html. Missing scroll,how to correct?

  • 5 wótegrona
  • 2 matej toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót kelt888

more options

Web site with vertical scroll bars does not get displayed when using FireFox, causing a problem of not able to read all the content of the website. An example is the following url, http://parts.olathetoyota.com/1998toyotaRav4parts.html. When using internet explorer the web page is displayed with the vertical scroll bar on the right side of the web page. Is there a way to correct this or is this a bug with firefox.

Web site with vertical scroll bars does not get displayed when using FireFox, causing a problem of not able to read all the content of the website. An example is the following url, http://parts.olathetoyota.com/1998toyotaRav4parts.html. When using internet explorer the web page is displayed with the vertical scroll bar on the right side of the web page. Is there a way to correct this or is this a bug with firefox.

Wubrane rozwězanje

That part is in an iframe that has the scroll bars disabled and Firefox appears to honor the CSS rules.

If I disable that rule via the Firefox Inspector then the scroll bars appear in Firefox.

.iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}
Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (5)

more options

Try clearing your cache. If that fails post a screenshot of the site from IE & Firefox for comparison.

Is this the only site you have problems with ?

See also

more options

Clearing the cache did not help. Attached are screenshots for FF & IE.

more options

I see the page much as you do. That page lists 84 items and displays 10. There is a Firefox scroll bar at the right hand side. I can see you have a similar scroll bar. If I scroll down I see all ten items, and have the option to click on an arrow to see the next 10 items. I imagine that you you will be able to do similar.

more options

Wubrane rozwězanje

That part is in an iframe that has the scroll bars disabled and Firefox appears to honor the CSS rules.

If I disable that rule via the Firefox Inspector then the scroll bars appear in Firefox.

.iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}
more options

Thanks COR-EL I gather this solution will be specific to the webpage. And not something I can set in FireFox.