Closed
Bug 206625
Opened 22 years ago
Closed 22 years ago
inline frame borders exist
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: connell, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4b) Gecko/20030507
In the page www.squeaky-online.co.uk/go.htm, the first frame of the iframe
should contain 6 images and the iframe should be borderless. In Mozilla, the
iframe appears with a border and there are only 5 images (this is my site, and
the width is tight and should contain 6 images with no space at the end at all,
total image width is 600 and the total iframe width is 600. the margins are 0
(although this may be a margins issue)
Reproducible: Always
Steps to Reproduce:
1. load the page
Actual Results:
i recieved the iframe in the middle of the page with borders. the top frame in
the iframe contained 5 images.
Expected Results:
the top frame in the iframe should contain 6 images and no border should be
present in the iframe.
Comment 1•22 years ago
|
||
Frames have a border by default, see the 'frameborder' attribute at:
http://www.w3.org/TR/REC-html40/present/frames.html#edef-IFRAME
You have to specify frameborder="0" to avoid it.
The last image wraps because it doesn't fit because there is a margin on the
sub-document's BODY (title.htm), if you add marginwidth="0" marginheight="0" to
the BODY tag then the images should fit on one line.
(FYI, there actually is a space after the last </a> in that page.)
--> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 22 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
•