본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.

선택된 해결법

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;
}
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (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

선택된 해결법

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.