L
laredotornado
Hi,
I am trying to get my iframe to occupy the entire height of the
table cell in which it is located. Sadly, this table cell may have
variable height. This is the code I'm using right now that doesn't
work on any browser ...
<tr>
<td><iframe style="background-color:#ffffff; border-style:none;
border-width:0px;" width="100%" height="300" src="features.php"
scrolling="auto"></iframe></td>
</tr>
Is there any JS trickery I can do to deduce the height fo that table
cell and then document.write the height attribute of the iframe? Even
if it only works on one browser, it would be better than nothing, which
is what I have now.
THanks, - Dave
I am trying to get my iframe to occupy the entire height of the
table cell in which it is located. Sadly, this table cell may have
variable height. This is the code I'm using right now that doesn't
work on any browser ...
<tr>
<td><iframe style="background-color:#ffffff; border-style:none;
border-width:0px;" width="100%" height="300" src="features.php"
scrolling="auto"></iframe></td>
</tr>
Is there any JS trickery I can do to deduce the height fo that table
cell and then document.write the height attribute of the iframe? Even
if it only works on one browser, it would be better than nothing, which
is what I have now.
THanks, - Dave