Closed
Bug 272235
Opened 20 years ago
Closed 20 years ago
background picture html code doesnt work when used with fixed value for background
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: captainandy14, Assigned: bugs)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Build Identifier: I am a web developer. When I tried to embed a background picture with the fixed value <body background="3dlogoleft.jpg" BGPROPERTIES="fixed" > it doesnt work and the picture still scrolls. It works fine with IE now and always has. Reproducible: Always Steps to Reproduce: 1.make a webpage 2.put a background pic with this tag <body background="abc.jpg" BGPROPERTIES="fixed" > 3.run it on firefox Actual Results: it didnt work Expected Results: the picture should have stayed static i am using a frame system website but it doesnt work even with a single html file.
Comment 1•20 years ago
|
||
bgproperties is an IE-only attribute, first introduced in IE v2.0. CSS is a better place place to specify such things. See: http://www.w3.org/TR/REC-CSS2/colors.html#background-properties *** This bug has been marked as a duplicate of 7474 ***
Severity: blocker → normal
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•19 years ago
|
||
--> Websites :: www.mozilla.com so timeless can close out Firefox :: Product Site.
Component: Product Site → www.mozilla.com
Product: Firefox → Websites
Comment 3•19 years ago
|
||
-> Firefox::General (939393)
Component: www.mozilla.com → General
Product: Websites → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•