Closed
Bug 220098
Opened 22 years ago
Closed 11 years ago
ci.sunnyvale.ca.us - overlapping text from incorrect CSS declaration
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: moizd, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030917
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030917
The text is in separate div tags inside a single td tag. The text appear
overlapped. Renders ok in IE.
Reproducible: Always
Steps to Reproduce:
1. Go to the url.
2.
3.
| Reporter | ||
Comment 1•22 years ago
|
||
Happens on Redhat Linux 9.0 too.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225
Comment 2•22 years ago
|
||
That's because the first div has a "height:19" styling on it, which in this
rendering mode (quirks mode) means 19 pixels high. So Mozilla only gives 19px
of space for it and you get overlap.
It works in IE because IE has a bug where it treats height as a minimum
suggestion instead of an absolute declaration.
I would suggest you write to the site and just ask them to take the height
declaration off. Then it will work in both.
->TE
Assignee: general → english-us
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: Browser-General → English US
Ever confirmed: true
Priority: -- → P4
Product: Browser → Tech Evangelism
QA Contact: general → english-us
Summary: Overlapping text in separate div tags → ci.sunnyvale.ca.us - overlapping text from incorrect CSS declaration
Version: Trunk → unspecified
Comment 3•22 years ago
|
||
I should have said, Mozilla makes that DIV 19px high, the rest of the text
overflows out of it (per spec), but the next DIV starts at the bottom of the
19px DIV. So that's why the text overlaps.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
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
•