0

我一生都无法弄清楚为什么视频右侧顶部滑块上的灰色背景没有出现在 safari 中。css 看起来不错,可以在其他浏览器中使用。有人有聪明的主意吗?谢谢 http://www.cope24.com/ 这是 Safari 5.1.7。火狐的截图

4

2 回答 2

3

Reduce the width on <div id="maintext"> by a few pixels and it shows up just fine on Chrome & Safari .. and FF 19 + IE 9

Also you're using the deprecated iFrame frameborder attribute .. get rid of that


420px (what it is currently):

418px:

于 2013-03-12T15:42:49.337 回答
1

您只需要浮动 iframe 以便它和 DIV 并排显示。

只需添加:

.content iframe {float:left;}
于 2013-03-12T15:48:21.233 回答