Closed
Bug 264692
Opened 20 years ago
Closed 20 years ago
a specific HTML code isn't recognized
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ryu_anfini, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 I am building a website and I am using this html code: <span STYLE="width: 297">text here</span> It works properly with my Internet Explorer and internet explorer based browsers, but with Mozilla and Firefox (latest versions) it has no effect on the text. Reproducible: Always Steps to Reproduce: 1. make HTML file with <span STYLE="width: 297">Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 Update#1 </span> 2. Open file Actual Results: The text is viewed normally while it should pose a break in the page after every 297 pixels across. Expected Results: pose a break in the page after every 297 pixels across.
Comment 1•20 years ago
|
||
inline elements can't have a width. Note the "Applied to" part at http://www.w3.org/TR/CSS21/visudet.html#the-width-property (or the descriptive text below).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•