4
在IE中,當光標不在視頻上時,控件將隱藏起來。有沒有辦法讓它始終存在?有什麼辦法可以讓HTML5視頻上的控件始終顯示在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>