Closed
Bug 284981
Opened 20 years ago
Closed 20 years ago
The web page is displayed improperly in FF, works in IE. The problem is with overflow:auto; css attribute - which is w3c valid.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 268134
People
(Reporter: starcraftmazter, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
If you have a look at:
http://www.turtlenecksoftware.com/bah-humbug.htm
with FF and IE.
Now IE displayes it properly, the problem with FF is, it doesn't put the 'bah,
humbug' text into a div as big as the screen, which can be scrolled up and down
from the inside of the div.
I suspect the problem is with the overflow: auto; property in the stylesheet.
The webpage validates css, and html.
There is a problem with the html validation because of the charset, but this can
be fixed by placing:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
In the head section.
Reproducible: Always
Steps to Reproduce:
1. Open up the website
http://www.turtlenecksoftware.com/bah-humbug.htm
Actual Results:
The problem.
Expected Results:
Displayed the text in a div field, the size of the screen, with internal scrolling.
Updated•20 years ago
|
Assignee: cmp → firefox
Component: Build Config → General
QA Contact: bryner → general
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 268134 ***
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
•