gpt4 book ai didi

javascript - Colorbox:仅显示另一个 html 页面的一部分

转载 作者:行者123 更新时间:2023-11-28 09:35:20 24 4
gpt4 key购买 nike

我必须在 colorbox 中仅打开外部 html 页面的一部分。

我尝试了这种方式,但它在指定部分打开整个页面(在 div 与 id="content"处):

<a class="iframe" href=www.mypage.com #content" /> 

我该怎么办?

最佳答案

如果 div 始终处于同一位置,您只需设置 iframe 的位置即可。这是我网站上的 Logo 。

<div id="divContainer" style="position: absolute; left: 50px; top: 90px; border: solid 2px #000;">
<div id="frameContainer" style="overflow:hidden;">
<iframe src="http://www.refficient.com" scrolling="no" style="width: 325px; height: 125px; margin-top: -40px;">
</iframe>
</div>
</div>​

http://jsfiddle.net/calder12/Y8bzf/

除此之外,您还可以获取外部站点的内容并解析 dom 以获取 div 的内容,但这会需要更多的工作。

关于javascript - Colorbox:仅显示另一个 html 页面的一部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13159556/

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