Closed
Bug 231758
Opened 21 years ago
Closed 21 years ago
iframe not displayed in a combination with position:absolute and bottom:xxpx
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ve.ru, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
159 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.5) Gecko/20031007 Firebird/0.7
The following code works in Firebird correctly. But if I change top:100px to
bottom:100px the iframe (or the table cell?) keeps empty.
<DIV STYLE="position:absolute; z-index:2; left:0px; top:100px;">
<table border="1" width="100%">
<tr >
<td style="width:248px;"> </td>
<td>
<!-- in dieser Tabellenzelle steht nun der ganze Inhalt -->
<iframe src="inhalt.html" width="100%" ></iframe>
<!-- Ende des Inhalts -->
</td>
<td style="width:183px;"> </td>
</tr>
</table>
</DIV>
Reproducible: Always
Steps to Reproduce:
1. integrate the submitted code in a html-document
2. replace top by bottom
Actual Results:
the iframe isn't displayed
Expected Results:
display the iframe and position it at the bottom of the page
Comment 1•21 years ago
|
||
Content of iframe loaded not visible.
Updated•21 years ago
|
Assignee: blake → nobody
Component: General → Layout: HTML Frames
Product: Firebird → Browser
QA Contact: core.layout.html-frames
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
works here, in a cvs build of mozilla from today. (linux)
Comment 3•21 years ago
|
||
I am on Firebird 0.8 branch build 20040120, Windows XP and can reproduce.
(I also tested with Netscape 6.2.3 and Netscape 7.0 with the same results)
![]() |
||
Comment 4•21 years ago
|
||
Frankly, testing in any version of Netscape or in anything as old as 1.5 (FB
0.7) is useless. Why bother even mentioning them?
In any case, this got fixed by the checkin for bug 225820 on the trunk (12 days
ago).
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
Assignee | ||
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
•