ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 คนมีปัญหานี้
  • 23 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย 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.