Closed
Bug 264193
Opened 20 years ago
Closed 20 years ago
scrolling does not scroll the entire page
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: wwadge-firefoxbugzilla, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10 When you try to scroll down the page: www.breeze.com.mt I noticed that the topmost image is being scrolled too and it gets truncated. This is different from IE's behaviour. I contacted the webpage developer and he insists it's a bug in moz/firefox. Can anyone confirm this please? Reproducible: Always Steps to Reproduce: 1. Go to www.breeze.com.mt 2. Scroll down 3. Notice the topmost image get scrolled out of view too
Comment 1•20 years ago
|
||
in breeze.css
.iqm_mainmenu {
width: 760px;
background-attachment: fixed;
background-image: url(../images/topcyan.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 134px;
border: 0px none;
}
the line "background-attachment: fixed;" should be removed alltogether.
Now it works in Opera - IE and Mozilla based browsers| Reporter | ||
Comment 2•20 years ago
|
||
Your're right. Developer has confirmed and plans to fix this. Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•