Closed Bug 22631 Opened 25 years ago Closed 25 years ago

Mozilla is ignoring frame attributes

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P3)

x86
Other
defect

Tracking

()

VERIFIED DUPLICATE of bug 3655

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.
Assignee: karnaze → pollmann
Reassigning to Eric.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
This is already reported as bug 3655, thanks!

*** This bug has been marked as a duplicate of 3655 ***
Also note that the scrolling="NO" in your first frame will also be ignored, due
to bug 14827.  Thanks again.
Status: RESOLVED → VERIFIED
Marking verified dup of 3655.
Mass removing self from CC list.
Now I feel sumb because I have to add back. Sorry for the spam.
Product: Core → Core Graveyard
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.