【发布时间】:2013-09-15 15:55:41
【问题描述】:
我有一个 html 页面,我想在页面底部对齐 iframe,使 iframe 占据所有宽度,我无法在底部对齐 iframe。请在底部找到 iframe 标签页面。
<html>
<body>
<p>The rest of the code has not been mentioned to reduce code overflow.</p>
<p>I want to align the iframe after a long page having no. of jquery , images etc.</p>
<iframe src ="bottom.html" width="100%" height="200" style="float:bottom" scrolling="no" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
【问题讨论】: