IE 中的 jQuery UI、iFrame、蓝色图像边框(9)

发布于 2024-11-06 00:04:04 字数 505 浏览 0 评论 0原文

现在,我有一个 jQuery UI 弹出对话框,可以从外部页面读取数据。此页面通过 flowplayer 从另一个具有视频的外部读取。

我使用 iframe 将视频嵌入到第一个:

<iframe id="iframeDonkey" width="100%" height="496" src="../../../../video/donkey-2009-02-23.html" frameBorder="0"></iframe>

为了控制边框,CSS:

iframe {
 border: 0px;
}

HTML(所有上述页面):

<style>
a img { border:0 }
</style>

但我仍然在 Internet Explorer 中看到视频预览图片周围有一个蓝色边框。

请问有什么建议吗?

Right now, I have a jQuery UI pop-up dialog that reads from an external page. This page reads from another external that has a video via flowplayer.

I'm using iframe to embed the video in the first:

<iframe id="iframeDonkey" width="100%" height="496" src="../../../../video/donkey-2009-02-23.html" frameBorder="0"></iframe>

To control the border, CSS:

iframe {
 border: 0px;
}

HTML (all the aforementioned pages):

<style>
a img { border:0 }
</style>

But I still see a blue border around the video preview picture in Internet Explorer.

Any suggestions please?

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

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

发布评论

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

评论(1

红尘作伴 2024-11-13 00:04:04

我无法测试这个,但我在早期版本的 IE 中遇到了类似的问题,这解决了它:

img 
{
   border-style:none;
}

I can't test this, but I had a similar problem in earlier versions of IE and this fixed it:

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