Closed
Bug 147124
Opened 23 years ago
Closed 21 years ago
my350z.com - Overlap problem due to overflow
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ariel_gonz, Unassigned)
References
()
Details
(Keywords: qawanted, Whiteboard: [CSS])
Build: RC3, Win2k
I'm sure this has been reported before, but here is another webpage with overlap
issues. I see the overlap where it says "Welcome to My 350Z".
Comment 2•23 years ago
|
||
I'd bet money there's a <div> element with a `height' specified on it.
Keywords: qawanted
Comment 3•23 years ago
|
||
The table inside <div align="center" style="width: 557; height: 21"> is causing
the problem. I couldnt find a dupe in tables component.
Priority: -- → P3
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 4•23 years ago
|
||
makingtest ville.johansson@pp3.inet.fi
This is not a bug, just a badly written page which happens to display as
intended in certain 'other browsers' (IE) - on the other hand, Opera displays it
correctly i.e. with overlapping. Undoubtedly the designer only tested it in IE -
the GENERATOR meta for the page is Microsoft FrontPage 5.0!
The culprit is line 316: <div align="center" style="width: 557; height: 21"> -
this element is then given content whose height far exceeds 21 pixels. For some
reason IE lets the content increase the height of the box, when it should stay
fixed at 21 pixels.
http://www.w3.org/TR/REC-CSS2/visufx.html#overflow-clipping is normative on how
to handle boxes whose content overflows their explicit height. Mozilla is
handling this correctly.
I move this bug be resolved as invalid.
Comment 6•23 years ago
|
||
Rather, this should go to tech evangelism.
/be
Assignee: attinasi → bclary
Component: Layout → US General
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•23 years ago
|
Summary: Overlap problem → my350z.com - Overlap problem due to overflow
Whiteboard: [CSS]
Comment 7•22 years ago
|
||
tech evang june 2003 reorg
Assignee: bc → english-us
QA Contact: amar → english-us
Target Milestone: Future → ---
Reporter | ||
Comment 8•21 years ago
|
||
The website has been completly redesigned. Resolving as INVALID.
Status: NEW → RESOLVED
Closed: 21 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
•