Closed
Bug 294167
Opened 20 years ago
Closed 20 years ago
Background-color does not display in Firefox but display in IE
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: CheongTM, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050503 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050503 Firefox/1.0+ Refer to the attached file. If we view this file in IE, the background stripes are shown. But in Firefox, there is no background stripes at all. Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
You need to clear the floats: <div class="mainoddcontent2"> <span class="leftpanel3">Left Field 1</span> <span class="rightpanel3"><p class="field">Right Field 1</p></span> <div style="clear:both"></div> </div> Also, p (block element) is not allowed within a inline element See: http://www.positioniseverything.net/easyclearing.html Not a Mozilla bug --> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•