Closed
Bug 267949
Opened 20 years ago
Closed 20 years ago
width:100% look diffrent between firefox and IE
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: firefox, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 <table width="100%" border =0 > <td ><font style="width:100%;background:red">Home</font></td> </table> looks diffrent between IE and firefox Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
Inline elements cannot (span in this case) cannot have width or height. IE 6 will give you the same result as Firefox if you use a proper DOCTYPE.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Summary: width:100% look diffrent between firefox and IE → width:100% look diffrent between firefox and IE
You need to log in
before you can comment on or make changes to this bug.
Description
•