【发布时间】:2014-01-02 04:49:17
【问题描述】:
我有一个被 div 元素包围的 iframe,我只是想将它始终定位在中心。 这是我的 jsfiddle 工作:jsfiddle
并且真的相信有人可以提供帮助,因为我确信这很简单,但我就是看不到。
这是 HTML 本身:
<div id="top-element">Some div that has greater width than the inner div</div>
<div id="iframe-wrapper">
<iframe src="http://www.apple.com/" scrolling="auto"></iframe>
</div>
【问题讨论】: