Closed
Bug 22631
Opened 26 years ago
Closed 26 years ago
Mozilla is ignoring frame attributes
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
People
(Reporter: mozilla, Assigned: pollmann)
Details
<frameset cols="150,*">
<frame src="left.html" name="left" frameborder="0" scrolling="NO"
marginwidth="0" marginheight="0">
<frame src="right.html" name="right" marginwidth="0" marginheight="0"
frameborder="0">
<noframes>
</noframes>
</frameset>
Mozilla ignores the frameborder="0". To put it simply, it acts like 4.X does.
The only way to make the border disappear is border="0" which is an invalid
attribute for frames.
Updated•26 years ago
|
Assignee: karnaze → pollmann
Comment 1•26 years ago
|
||
Reassigning to Eric.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•26 years ago
|
||
| Assignee | ||
Comment 3•26 years ago
|
||
Also note that the scrolling="NO" in your first frame will also be ignored, due
to bug 14827. Thanks again.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Marking verified dup of 3655.
| Reporter | ||
Comment 5•23 years ago
|
||
Mass removing self from CC list.
| Reporter | ||
Comment 6•23 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•