1
<div>
    <iframe runat="server" id="iFrameMap">
    </iframe>
    <input type="button" runat="server" onclick="return false;" id="btnRedirect" class="button ttButton ttAjaxStateChange ui-button ui-widget ui-state-default ui-corner-all" value="Open View" />
</div>

我想将我的输入标签放置在 iframe 的底部,整个输入标签都在 iframe 内,即使在结构上它在 iframe 之外。这可能吗?先感谢您。

4

1 回答 1

2

是的。添加position:relative到包含,<div>然后穿上position:absolute;bottom:0<input/>

于 2012-10-24T19:31:50.653 回答