简体   繁体   中英

Extra vertical scrolling in firefox

I'm working on a website which is working perfectly on every browser except firefox. In firefox extra space is added at the end and an extra vertical scrolling is there. My website is hosted here . Can anyone please tell me whats going wrong.

The I frame could be causing it. If you add

Style="position:fixed;"

in a div serving as the back ground like this

<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. a have had this trouble me for days before. **Any object that is stacked on top of another.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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