Closed
Bug 252628
Opened 21 years ago
Closed 21 years ago
html that works on IE, Netscape and Opera does not work on Firefox
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: alandmarcian, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
The following html in my website does not work on Firefox but does work on I.E.,
Netscape and Opera. <body
background="http://www.oldeworldelace.com/background2.jpg" bgproperties="fixed">
Reproducible: Always
Steps to Reproduce:
1.Go to eBay.com and search on 4313810076
2.Scroll down to the words in blue "Olde Worlde Lace" and try to scroll down the
page.
3.
Actual Results:
Everything on the page scrolls
Expected Results:
The background image should be fixed and the other images and wording should
scroll over the background.
The following html is what should create the effect in Foxfire as it does in
I.E., Netscape and Opera: <body
background="http://www.oldeworldelace.com/background2.jpg" bgproperties="fixed">
Comment 1•21 years ago
|
||
we do not support non-standard HTML-syntax.
-> WONTFIX
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → WONTFIX
Summary: html that works on IE, Netscape and Opera does not work on Firefox → html that works on IE, Netscape and Opera does not work on Firefox
Comment 2•21 years ago
|
||
More info for reporter:
bgproperties is an IE-specific code. Instead, the website should be using the
CSS style command
"body{background-attachment: fixed;}"
More info at http://www.yourhtmlsource.com/stylesheets/cssbackgrounds.html
OS: All → Windows XP
Hardware: All → PC
Updated•21 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: WONTFIX → ---
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 7474 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•