【发布时间】:2013-05-11 03:46:57
【问题描述】:
我正在尝试插入以下代码,但它不起作用。 我无法用这个获得 100% 的高度。谁能帮我? 谢谢!
<body style="overflow:hidden;">
<TABLE align=left width=234 border="0" cellpadding="0" cellspacing="0">
<TR>
<TD valign=top align=center WIDTH="234" >
<object data="EmbedPage.html" type="text/html" style="width: 230px;height:100%;"></object>
</TD>
</TR>
</TABLE>
</body>
【问题讨论】:
-
简短的回答是容器也应该是 100%。
-
我找到了这个并为我工作。 stackoverflow.com/questions/16326445/…
标签: html css object height embed