Closed
Bug 134389
Opened 23 years ago
Closed 20 years ago
80.16.226.66 - div background color area doesn't match div content
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tech Evangelism Graveyard
Italian
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: devotip, Unassigned)
References
()
Details
Attachments
(1 file)
9.15 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9+) Gecko/20020329
BuildID: 2002032916
Reproducible: Always
Steps to Reproduce:
1. open test case
2. hoover mouse cursor on top left links
Actual Results: yellow color area doesn't match div content
Expected Results: div background color area match div content
Note that the missing background area makes the div text unreadable
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
This is a issue of overflow. The divs with the colored background all have fixed
pixel sizes set. The content of those divs however is obviously larger then those.
1 (mailBussero) = width: 210px; height: 54px;
2 (mailCrema) = width: 128px; height: 26px;
3 (mailBergamo) = width: 128px; height: 26px;
To fix either adjust your height and width declarations to fit the content,
remove them completely, or explicitly set a different overflow setting. (my
suggestion, make the width large enough to fit the wider content and leave
height out)
Unless this is a bug to change the default setting for overflow in mozilla.
Reporter | ||
Comment 3•23 years ago
|
||
The bug is the difference between background area and content area.
Having the options of chopping the content or growing the backgroung is better
to preserve the content and grow the background to match the content.
With this the fixed size becomes a "at least this size".
About the workaround it can be an hint for the people of http://80.16.226.66/
where I found the behaviour.
Comment 4•23 years ago
|
||
Layout is correct given that CSS, so over to evangelism.
Assignee: attinasi → nitot
URL: http://80.16.226.66/
Status: UNCONFIRMED → NEW
Component: Layout → Europe: West
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: petersen → caillon
Hardware: PC → All
Version: other → unspecified
Updated•21 years ago
|
Summary: div background color area doesn't match div content → 80.16.226.66 - div background color area doesn't match div content
Comment 6•21 years ago
|
||
italian default owner
Assignee: nitot → italian
QA Contact: z-caillon-obsolete2 → italian
Reporter | ||
Comment 7•21 years ago
|
||
looks like it's fixed
Comment 8•20 years ago
|
||
The site it's working fine now.
Somebody can close this bug as fixed?
Updated•9 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
•