【发布时间】: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