Mozilla 도움말 검색

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

Learn More

Why are there huge scrollbars (both horizontal and vertical) on a website I'm creating on Firefox for my mac, but Firefox on a PC works fine? www.danielcrumrine.com

  • 2 답장
  • 2 이 문제를 만남
  • 13 보기
  • 최종 답변자: dpcrummy

more options

I am having an issue with Firefox on a mac adding horizontal and vertical scrollbars to a site I'm creating, even when all the content should fit. Other browsers as well as Firefox on a PC are not affected.

In my index.html, I have the overflow value set at auto and the width and height set at specific pixel dimensions, not 100% - because that wouldn't add scroll bars at all (I want them when necessary, just not with tons of extra empty space). Any help would be very appreciated.

I am having an issue with Firefox on a mac adding horizontal and vertical scrollbars to a site I'm creating, even when all the content should fit. Other browsers as well as Firefox on a PC are not affected. In my index.html, I have the overflow value set at auto and the width and height set at specific pixel dimensions, not 100% - because that wouldn't add scroll bars at all (I want them when necessary, just not with tons of extra empty space). Any help would be very appreciated.

모든 댓글 (2)

more options

The script uses 'width', '1280','height', '640', so make sure that you have enough screen estate to fit that content.

The noscript version has width="100%" height="100%"

more options

Thanks for the reply. I've tried all combinations of using 100% and 1280/640 for the script and noscript versions. Nothing seems to make a difference. On the script version, any time I put 100%, it cuts off my content on smaller monitors and doesn't put any scrollbars. I'm happy to have scroll bars when the content doens't fit, but right now, it's putting huge scrollbars regardless of the size of the browser and seems to be adding extra empty space beyond my content area. Here's a screenshot of what I'm talking about.