Closed
Bug 284465
Opened 20 years ago
Closed 20 years ago
URL displays differently in IE than Firefox.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rgoodwin, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 In IE the background displays properly, in Firefox it does not. We own this website and would like to promote Foxfire, but want our full site to display. Thanks for suggestions. Reproducible: Always Steps to Reproduce: 1.open http://www.Coldoneinc.com in IE 2.open http://www.Coldoneinc.com in Firefox 3.Observe display differences Actual Results: self explanatory Expected Results: Display the URL the same
Comment 1•20 years ago
|
||
open : Tools/javascript Console You have a few CSS errors on your page: Error: Error in parsing value for property 'text-align'. Declaration dropped. Source File: http://www.coldoneinc.com/ Line: 41 Error: Selector expected. Ruleset ignored due to bad selector. Source File: http://www.coldoneinc.com/ Line: 44 The first one is "text-align: top;" (and top is invalid) And for the second one conrol the "{" and "}" from "Frame{" to "body"
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
•