Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

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 trả lời
  • 2 gặp vấn đề này
  • 11 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Giải pháp được chọn

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;
}
Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (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

Giải pháp được chọn

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.