Closed
Bug 268372
Opened 21 years ago
Closed 21 years ago
ALIGN is not interpreted in IFRAME
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: franz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.7) Gecko/20040803 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.7) Gecko/20040803 Firefox/0.9.3
Source code in an HTML page:
<iframe src="http://www.mozilla.org" align="center" width="80%" height="500"
scrolling="auto" frameborder="1">
Doesn't seem to work => frame is aligned on the left
Regards!
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•21 years ago
|
Assignee: firefox → general
Component: General → Browser-General
Product: Firefox → Browser
QA Contact: firefox.general → general
Version: unspecified → Trunk
Comment 1•21 years ago
|
||
The allowed values of "align" for an iframe are
"(top|middle|bottom|left|right)". "center" is not on the list...
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•