gpt4 book ai didi

html - Iframe加载图片和IE

转载 作者:太空宇宙 更新时间:2023-11-04 15:57:24 26 4
gpt4 key购买 nike

我正在将一个 Iframe 从我的外部服务器加载到我的网页上,我想要一个加载图像,因为有时加载需要 10 秒。在 Chrome 中一切正常,但在 IE 中一无所获。

<center>
<div style="background: #ffffff url(http://mentalized.net/activity-indicators/indicators/simon-claret/progress_bar.gif) no-repeat 50% 5%;">
<iframe src="http://x.x.x.x/panel.php" allowTransparency="true" width="100%" height="450px" scrolling="no"></iframe>
</div>
</center>

我的另一个问题是,是否有更好的方法来做到这一点?我不能使用 ajax,因为它是一个外部服务器,但是有没有更好的方法来使用 iFrame 加载图像?谢谢!

最佳答案

尝试将带有背景图片信息的样式放在 iframe 本身,而不是单独的 div。

<iframe src="http://x.x.x.x/panel.php" allowTransparency="true" width="100%" height="450px" scrolling="no" style="background: #ffffff url(http://mentalized.net/activity-indicators/indicators/simon-claret/progress_bar.gif) no-repeat 50% 5%;"></iframe>

关于html - Iframe加载图片和IE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10282968/

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