Closed
Bug 168158
Opened 23 years ago
Closed 23 years ago
incorrect frame border
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 147883
People
(Reporter: zodiaq, Assigned: jst)
References
()
Details
Well, I made my webpage using <frameset> and <frame> with maximum caomptibility
to W3C 4.01 Specs... I used it on my webpage and corrected all errors... but now
It does not look as it should in Mozilla 1.1. I used frame with frameborder="0"
which should get rid of all borders around frame... and in IE 6 it looks like it
should, but Mozilla still shows frame border... this is the source:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!-- <HTML lang="pl"> -->
<HEAD>
<TITLE>Zodiaq's HQ</TITLE>
<META NAME="Generator" CONTENT="EditPlus 2.11">
<META NAME="Author" CONTENT="Zodiaq">
<meta http-equiv="page-enter" content="blendtrans(duration=3.0)">
</head>
<frameset rows="80, *">
<frame noresize src="gora.php" scrolling="No" frameborder="0" marginwidth="5"
marginheight="5">
<frameset cols="180,*">
<frame name="LewaStrona" scrolling="YES" noresize src="naLewo.php"
frameborder="0" marginwidth="5" marginheight="0">
<frame name="Srodek" scrolling="Auto" noresize src="powitanie.php"
frameborder="0" marginwidth="5" marginheight="5">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
eeeee... no frames, no fun...
</BODY>
</noframes>
</frameset>
</HTML>
or just visit this page:
http://62.121.65.62
the page I'm talking about is index.php
And I found how to make this page apear properly - when frameborder="0" is
placed inside frameset, frames are rendered properly, without borders... but
again - this bad according to the W3C HTML 4.01 spec...
Please let me know what are you gonna do about this...
Comment 1•23 years ago
|
||
This has been fixed since 1.1, it should be fixed in 1.2a if you want to upgrade:
http://www.mozilla.org/releases/
*** This bug has been marked as a duplicate of 147883 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•