Closed
Bug 130325
Opened 23 years ago
Closed 23 years ago
IFrames do not understand height when set to a percentage
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: tajma90, Assigned: john)
Details
When trying to view the following code, the height of the iframe is ignored and
set to 0. But if i change the value of the height to a number of pixels then
everything works fine.
I am not sure if this is related to bug # 41656 or not.
<html>
<body>
<table border="1" width="100%" height="100%">
<tr><td>
<iframe src="http://www.mozilla.org" width="100%" height="100%"></iframe>
</td></tr></table>
</body>
</html>
Comment 1•23 years ago
|
||
same bug.
*** This bug has been marked as a duplicate of 41656 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 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
•