Status
People
(Reporter: lfarrell, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
(URL)
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•14 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%")
Comment 2•10 years ago
|
||
404
Status: NEW → RESOLVED
Last Resolved: 10 years ago
Resolution: --- → FIXED
Updated•4 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
•