gpt4 book ai didi

html - 是否可以将 iframe 内容移到更高的位置?

转载 作者:行者123 更新时间:2023-12-05 09:23:49 25 4
gpt4 key购买 nike

我有一个来自 emailmeform.com 的 iframe,我想做的是让 iframe(表单)的内容在 iframe 中被“裁剪”,以便它从某个点开始。

这是因为他们给你的 iframe 在顶部有一定的空间,这让我的网页看起来很乱。我想提高表单的高度,以便缩小 iframe 和文本之间的差距

我使用 stackoverflow.com 作为模拟 iframe 内容,因为我使用的表单包含个人信息:

    <iframe height="1258" allowtransparency="true" frameborder="0" scrolling="no" style="width:100%; border:none" src="http://stackoverflow.com/">
<a href=
"http://stackoverflow.com/">Fill out form.</a></iframe>

最佳答案

像这样将 style 属性添加到您的 iframe

<iframe src="blahblab" style="position:relative; top:-200px;"></iframe>

然后您的 iframe 的内容将在顶部偏移 200 像素显示内容。

关于html - 是否可以将 iframe 内容移到更高的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18699408/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com