An IFRAME problem in html file
Posted: Thu Mar 24, 2005 8:05 am
I use an iframe in a html page.
left side is the iframe and code looks like (simplified):
when the page is loaded, only part of left frame is displayed vertically.
the reason i guess is that left frame doesn't know actual size of height=100% because left frame is loaded first - the 100% should be the height of main page.
i think i need to add some code inside left.html, is that right? what is that?
could u help me to solve the problem?
(this is not a pure php Q, but all php persons know html).
thanks
feyd | Please review how to post code using
left side is the iframe and code looks like (simplified):
Code: Select all
<table>
<tr>
<td><iframe src="e;http://www..../left.html"e; width=300 height=100%></iframe></td>
<td> multiple text lines of main page .... </td>
</tr>
</table>the reason i guess is that left frame doesn't know actual size of height=100% because left frame is loaded first - the 100% should be the height of main page.
i think i need to add some code inside left.html, is that right? what is that?
could u help me to solve the problem?
(this is not a pure php Q, but all php persons know html).
thanks
feyd | Please review how to post code using
Code: Select all
andCode: Select all
tags. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]