Closed
Bug 315522
Opened 20 years ago
Closed 20 years ago
Wrong "bottom right" placement of background image
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 243751
People
(Reporter: ales.kladnik, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051025 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051025 Firefox/1.5
The background image on the above web site is positioned with CSS using "background-position: bottom right;"
The background image is placed all the way to the right, but not all the way to the bottom of page. This kind of placement started with Firefox 1.5 beta. Firefox 1.0.7 and IE6 display background image in the bottom right corner of the browser window, as expected.
Reproducible: Always
Steps to Reproduce:
1. Open http://botanika.biologija.org/exp/ in Firefox 1.5 (beta2 to RC1, beta1?)
2. Maximize browser window to best see the background image placement
Actual Results:
The background image positioned "bottom right" has its bottom border vertically aligned with the last line of text in the web page
Expected Results:
I would expect the background image to be positioned in the bottom right corner of the browser window.
Updated•20 years ago
|
Assignee: nobody → dbaron
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.0 Branch
Comment 1•20 years ago
|
||
Shouldn't you add height:100% to the <html>?
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 243751 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•