Closed
Bug 69626
Opened 25 years ago
Closed 25 years ago
mozilla scrolling is slow on this site
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: mpalczew, Assigned: asa)
References
()
Details
These CSS body properties will cause scrolling up and down to become slow.
BODY {
background: url(someurl.png) #e0e0f0 ;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
}
Here's a much smaller url that illustrates this on a small page.
http://students.washington.edu/mpalczew/finder_applet
| Reporter | ||
Comment 1•25 years ago
|
||
Actually I moved the previous page to
http://students.washington.edu/mpalczew/finder_applet/index2.html
Comment 2•25 years ago
|
||
This looks like a duplicate of "Major performance problem rendering some w3.org
pages"
*** This bug has been marked as a duplicate of 68821 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•25 years ago
|
||
By the way, your page at student.washington.edu seems to scroll fine, further
supporting the idea that it's the *:active rule causing problems here (since
your page does not have this rule.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•