我在母版页中使用 iframe。我有两个母版页。一旦用户进入,第二个母版页就会应用。所以第二个母版页有 iframe,我希望页脚出现在 iframe 下方。
用于 iframe 的 css:
iframe
{ position:fixed; height: 100%; display:block; width:100%; border:none; }
html是:
<div>
<iframe src="http://ch.tbe.taleo.net/CH10/" style="width:100%; height:100%; bottom="100%; frameborder="0";
allowfullscreen">
</iframe>
</div>
我的页脚:
<div>
<br/><br/>
<center style="font-size: small; font-family: Arial">
Please contact Human Resources with any additional questions or concerns via email a <br/>
</center>
</div>
问题是:页脚出现在内容上。不在底部