【问题标题】:Is there any way to make the controls on an HTML5 video always show on IE?有没有办法让 HTML5 视频上的控件始终显示在 IE 上?
【发布时间】:2012-01-26 02:38:41
【问题描述】:

在 IE 中,当光标不在视频上时,控件会隐藏起来。有没有办法让它一直保持在那里?

<video width="580" height="318" controls poster="link to poster" preload="none">
    <source src="video.mp4">
    <source src="video.ogv">
    Your browser does not support the HTML5 Video tag. Please update to a <a href="https://www.google.com/chrome/" target="_blank">modern browser</a>.
</video>

【问题讨论】:

    标签: html html5-video


    【解决方案1】:

    不正确。 相反,您可以禁用标准控件并制作自己的控件。

    【讨论】:

      猜你喜欢
      • 2010-11-06
      • 1970-01-01
      • 2011-02-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-05
      相关资源
      最近更新 更多