Closed
Bug 263373
Opened 21 years ago
Closed 11 years ago
icuu.net - invalid use of CSS height breaks layout
Categories
(Web Compatibility :: Site Reports, defect, P3)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Jim_Ronback, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910
The layout of the elements of http://www.icuu.net/ are not positioned correctly
when compared to the layout that appears in IE 6.0.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.icuu.net/ using Mozilla
2.Go to http://www.icuu.net/ using IE
3.Compare and note the differences.
Actual Results:
The text that should be at the bottom appears in the middle of the page.
Expected Results:
What is displayed under Mozilla should appear the same as what is displayed
using IE. The text intended for the bottom of the page should appear there.
![]() |
||
Comment 1•21 years ago
|
||
The content area is set to a height of 350px, so we obey that height. The text
overflows out of that area and over the bottom content, which appears right
under the 350px box.
Not a browser bug. We are doing what the code says to do. It works in IE
because IE applies height incorrectly.
->TE
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
OS: Windows 2000 → All
Priority: -- → P3
Product: Browser → Tech Evangelism
QA Contact: core.layout → english-us
Hardware: PC → All
Summary: Layout is clobbered → icuu.net - invalid use of CSS height breaks layout
Version: Trunk → unspecified
![]() |
Reporter | |
Comment 2•21 years ago
|
||
This bug no longer appears in Mozilla 1.7.5 or Firefox 1.0.2. I do not know if
the website made any corrections.
![]() |
Reporter | |
Comment 3•17 years ago
|
||
This bug can be closed as fixed.
The website http://www.icuu.net/ appears the same in Firefox 3.0 and IE 7.0.5730.11 .
![]() |
Reporter | |
Comment 4•17 years ago
|
||
IE does give warning that the page has errors.
![]() |
||
Comment 5•11 years ago
|
||
no identified issues
Assignee: english-us → nobody
Status: NEW → RESOLVED
Closed: 11 years ago
Component: English US → Desktop
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•