Closed
Bug 284445
Opened 20 years ago
Closed 20 years ago
property 'background-attachment: fixed' in many DIV - makes that only one background images is shown
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pafka, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.1) Gecko/20040707 Mnenhy/0.7 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.1) Gecko/20040707 Mnenhy/0.7 In the page at http://pafka.klub.chip.pl/firefox/bugzilla.html in left and right column are diffrent background images with set property 'background-attachment: fixed' I see only image from right column, which seems to be set to upper container ( in this case 'body') not to right column ( when I resize browser, this image is also moving ... ) Both columns have also set 'background-position' property, when I remove this property, browser shows image from first column but hides from second When I remove 'background-attachment' property both images are shown in their columns Reproducible: Always
Updated•20 years ago
|
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.0 Branch
Comment 1•20 years ago
|
||
You can see the Firefox logo if the window is narrow enough that the left hand DIV overlaps the centre of the viewport. Marking INVALID because everything you describe is expected behaviour per CSS2 (although not supported by IE). See http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment http://www.pmob.co.uk/faqcss/tutorial06/ may also help clarify things.
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
•