Closed
Bug 281081
Opened 20 years ago
Closed 16 years ago
csc.com - text runs over graphic (inappropriate usage of "width:10%")
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lfarrell, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050204 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050204 Firefox/1.0+
Compare this URL under IE. The text runs around the graphic. Under FireFox the
text runs over the graphic.
Reproducible: Always
Steps to Reproduce:
1. Load URL - http://www.csc.com/mms/cycling/en/mcs/mcs164/index.jsp
2. Look at Browser
3.
Expected Results:
Should have displayed graphic separate from text
Comment 1•20 years ago
|
||
Relevant HTML code:
<td><span><div style="padding: 4px; float: left; width: 10%;"><img
src="..."></div>[long text here]</span></td>
The div is floated to the left of the text and its width is set to 10% of td's
width, which is smaller than image's width. So text in span and the image overlap.
IE just ignores the "width:10%" rule, removing it doesn't make any difference.
Assignee: firefox → english-us
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: general → english-us
Summary: Text runs over graphic → csc.com - text runs over graphic (inappropriate usage of "width:10%")
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
•