Closed
Bug 280289
Opened 21 years ago
Closed 16 years ago
gotours.com.au - page display is really messy on this URL
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julianajaeger, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I saw it on two different platforms: Linux Fedora Core 2 and Windows XP. The
page is displayed correctly on IE.
Reproducible: Always
Steps to Reproduce:
1. just open firefox and go to that page.
Actual Results:
images laid on top of each other, along with the text. Couldn't read the text at
all, and could not see the images either.
Expected Results:
try open it with IE.
Comment 1•21 years ago
|
||
Plenty of DIV elements styled with explicit 'height', eg:
<div style="width: 714; height: 82">
If the DIV's content does not within that height it will overflow out of
the DIV and overlap content below it.
It looks good in IE because IE has a bug that makes it treat 'height' as
'min-height'...
-> TE
Assignee: firefox → english-other
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
OS: Linux → All
Product: Firefox → Tech Evangelism
QA Contact: general → english-other
Hardware: PC → All
Summary: page display is really messy on this URL → gotours.com.au - page display is really messy on this URL
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•