简体   繁体   English

Firefox中的额外垂直滚动

[英]Extra vertical scrolling in firefox

I'm working on a website which is working perfectly on every browser except firefox. 我正在一个网站上工作,该网站在除Firefox之外的所有浏览器上均能正常运行。 In firefox extra space is added at the end and an extra vertical scrolling is there. 在firefox中,在末尾添加了额外的空间,并在其中增加了垂直滚动。 My website is hosted here . 我的网站在这里托管。 Can anyone please tell me whats going wrong. 谁能告诉我怎么回事。

The I frame could be causing it. I框架可能是导致它的原因。 If you add 如果添加

Style="position:fixed;"

in a div serving as the back ground like this 在像这样的背景中的div中

<html><head><title>your title</title></head><body>
<div Style="position:fixed;" name="entire web page">

<p><h1>HI and welcome to my world</p>
<div>some content...</div>
</div>

You might also add it to any "big" items like large pictures it will also help if to make sure all of your appending** height percentage add up to no more than 100% trying to display 140% of a screen means it needs a scroll bar. 您也可以将其添加到任何“大”项目(例如大图片)中,如果要确保所有附加**高度百分比的总和不超过100%(试图显示140%的屏幕),这也将有所帮助。滚动条。 a have had this trouble me for days before. 几天来一直困扰着我。 **Any object that is stacked on top of another. **任何堆叠在另一个物体上的物体。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM