Closed
Bug 296325
Opened 20 years ago
Closed 20 years ago
Page display are different under IE and firefox.
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: qiao_sl, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 In the page of http://www.comp.nus.edu.sg/~cs2281/, some part of contents dose overlap with other part of contents. While in IE, there is no contents overlapping. Reproducible: Always Steps to Reproduce: 1. Just open the web page 2. 3.
Comment 1•20 years ago
|
||
The page was written in Microsoft FrontPage 5.0 which is well known for producing incorect html code. The problem is the page, not Firefox. This bug is either invalid or if you would like to write the creator of the page to see if they will fix the page the bug can be moved over to tech evanglisim to track your progress.
<div class="mainbody" style="width: 429; height: 263"> seems to be causing the problem. Since overflow:visible is the norm, the extra content overlaps what is below it. Removing the specified width/height seems to fix the problem.
Comment 3•20 years ago
|
||
you'll have to talk to the webmaster INVA ?
| Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•