IE 中的 jQuery UI、iFrame、蓝色图像边框(9)
现在,我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法测试这个,但我在早期版本的 IE 中遇到了类似的问题,这解决了它:
I can't test this, but I had a similar problem in earlier versions of IE and this fixed it: