如何在自定义 Google 搜索 iframe 上设置 100% 高度?

发布于 2024-12-27 19:25:38 字数 347 浏览 1 评论 0原文

我正在尝试为自定义 google searchh iFrame 高度设置 100% 高度。我无法控制高度。当结果显示时,iFrame 高度显示 1860。在结果下方显示很大的差距。但我想让高度为100%。它应该根据结果自动控制高度。

请检查以下链接 http://code.google.com/intl/en /apis/customsearch/docs/ui.html#layout

如果有人知道此问题的解决方案,请告诉我。

谢谢

I am trying to make 100% height for custom google searh iFrame height. I am not able to control the height. When ever the result displays the iFrame height shows 1860. Below the results it shows big gap. But I want to make the height 100%. It should be automatically control the height depend on the results.

Please check below link
http://code.google.com/intl/en/apis/customsearch/docs/ui.html#layout

Please let me know if anyone knows solution for this issue.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半仙 2025-01-03 19:25:38

将其放在 adsense 搜索代码下

<script type="text/javascript">
try{document.getElementsByName('googleSearchFrame')[0].height=1100;}catch(e){}
</script>

将“高度”更改为您想要的任何值。这是 AdSense 自定义搜索的一个已知问题。但问题是,由于谷歌现在在结果旁边显示图像,因此该框可能会被拉伸并被切断。

Place this under the adsense search code

<script type="text/javascript">
try{document.getElementsByName('googleSearchFrame')[0].height=1100;}catch(e){}
</script>

Change the "height" to whatever you want. This is a known problem with adsense custom search. But the problem is, since google now shows images next to results, the box might be stretch and it gets cut off.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文