Closed Bug 211945 Opened 21 years ago Closed 21 years ago

FedEx.com - Page layout rendered improperly

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: mbahabib, Unassigned)

References

()

Details

(Keywords: testcase, top100)

Attachments

(1 file)

Text is overlapping at the bottom of the page.

Reproducible: Always

Steps to Reproduce:
1. Load page : http://www.fedex.com/us/services/express/freight/
User-Agent:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Netscape/7.1 (ax)

I know that this is Netscape but it is the latest version (7.1) which is based
off  the latest Mozilla (1.4) so I assume this page will have the same rendering
problem under Mozilla as I heard nothing changed since 1.4rc3. The problem is
also in the latest version of Firebird (0.6).
Summary: Page layout rendered improperly → FedEx.com - Page layout rendered improperly
confirming Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5a) Gecko/20030706

simple browser check in http://www.fedex.com/css/nncheck.js looks for Mozilla or
Netscape, but not for versions.

Working perfectly in Netscape 4.8, so seems to be Tech Evangelism bug.
The problem is this tag:
<div style="position: relative; top: 0px; left: 0px; width:555px; height:45px;">
which forces the height to 45px making most of the table data overflow out of
that table cell causing the overlap.

-> TE
Assignee: other → english-us
Component: Layout → English US
Keywords: testcase, top100
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: ian → english-us
Hardware: PC → All
Version: Trunk → unspecified
Attached file Testcase
*** Bug 211944 has been marked as a duplicate of this bug. ***
You're right Mats, the problem (apart from others which W3C validator shows)
goes away if the height-value is increased (here to 505px) or if the whole style
attribute is deleted and you just have a simple <div>.
Keywords: evang500
The offending tag (see comment 3) has been replaced with <table width="555">.
(comparing source of testcase with URL)

-> WORKSFORME
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
cool. Thanks Mats! verified.
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: