Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一生都无法弄清楚为什么视频右侧顶部滑块上的灰色背景没有出现在 safari 中。css 看起来不错,可以在其他浏览器中使用。有人有聪明的主意吗?谢谢 http://www.cope24.com/ 这是 Safari 5.1.7。
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
<div id="maintext">
Also you're using the deprecated iFrame frameborder attribute .. get rid of that
iFrame
420px (what it is currently):
418px:
您只需要浮动 iframe 以便它和 DIV 并排显示。
只需添加:
.content iframe {float:left;}