【发布时间】:2015-03-14 13:54:38
【问题描述】:
我在video 标签中添加了一个 div 并使用了 CSS,但它不起作用。我已经引入了 javascript 来播放/停止点击视频。我想在播放器中间显示一个按钮。类似this
#player_buttons
{
width: 128px;
height: 128px;
z-index: 99;
background: url('http://cdn1.iconfinder.com/data/icons/iconslandplayer/PNG/64x64/CircleBlue/Play1Pressed.png') center center no-repeat;
}
【问题讨论】:
标签: javascript jquery html css html5-video