Closed
Bug 266707
Opened 20 years ago
Closed 20 years ago
Web page does not display properly.
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: john.novak, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 When I go to http://www.kavon.com the first page does not display correctly. This footer on this page is displayed half way down the page instead of at the end. This page was generated in FrontPage and uses a common header and footer. Reproducible: Always Steps to Reproduce: 1. In FireFox 1.0PR go to page http://www.kavon.com 2. 3. Actual Results: The page did not display properly. Expected Results: The footer should have displayed at the bottom of the page not in the middle.
Comment 1•20 years ago
|
||
<div style="width: 645; height: 398;" align="left"> You're trying to contain the content in a DIV height 398px, but the content is bigger than that. So it overflows out, but the footer appears right below the 398px DIV box because you told it to. Not a browser bug. You shouldn't be defining a height there. It works in IE because IE's handling of height is broken.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
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
•