【问题标题】:How to move an iframe on wordpress?如何在 wordpress 上移动 iframe?
【发布时间】:2014-02-27 20:52:29
【问题描述】:

我在使用 Google 地图的 iframe 时遇到问题。 我想将 Google 地图放在表单的左侧。

现在的页面:http://imgur.com/cp0G5NU.png

代码在这里:

output=embed" height="480" width="640" frameborder="0" 
      marginwidth="0" marginheight="0" scrolling="no" 
        "style="position:absolute; left:150; bottom:-10"

【问题讨论】:

    标签: javascript html css wordpress iframe


    【解决方案1】:

    您可以通过将 iframe 放入 div 并将其浮动到左侧并将表单放入另一个 div 并将其也浮动到左侧来做到这一点。

    <div style="float:left;">IFRAME CODE</div>
    <div style="float:left;">[FORM CODE]</div>
    

    【讨论】:

      猜你喜欢
      • 2013-06-09
      • 1970-01-01
      • 1970-01-01
      • 2016-08-29
      • 1970-01-01
      • 2013-02-21
      • 1970-01-01
      • 2020-05-07
      • 2017-05-07
      相关资源
      最近更新 更多