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)

x86
Windows 2000
defect

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".
Changing QA Contact
QA Contact: petersen → amar
I'd bet money there's a <div> element with a `height' specified on it.
Keywords: qawanted
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
Target Milestone: --- → Future
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.
Rather, this should go to tech evangelism. /be
Assignee: attinasi → bclary
Component: Layout → US General
Product: Browser → Tech Evangelism
Version: other → unspecified
Summary: Overlap problem → my350z.com - Overlap problem due to overflow
Whiteboard: [CSS]
tech evang june 2003 reorg
Assignee: bc → english-us
QA Contact: amar → english-us
Target Milestone: Future → ---
The website has been completly redesigned. Resolving as INVALID.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.