我如何定位iFrame?

时间:2014-03-19 14:29:07

标签: html iframe position

我需要一些帮助来定位iFrame。我想要的是给我的iframe略微轻推左边。我现在的代码如下:

<iframe src="http://kempenvt.roccloud.nl/redrumtest/story_html5.html" scrolling="no" width="960" height="420" align="left" frameborder="0";>    

有什么想法吗?

2 个答案:

答案 0 :(得分:0)

将此添加到 标记

style="margin-right: 10px;"

您可以根据需要编辑边距。

答案 1 :(得分:0)

您可以使用

style="margin-left: -25px;"

作为iframe

的属性
相关问题