我有一个jPlayer接口http://khine.3b1.org/jplayer/
在FireFox上我能解决这个问题的唯一方法是将高度增加到30px
.tabsBlock ul.tabs,ul.am-ui-tab-strip {
height:10px;
list-style:none;
position:relative;
padding:1px 1px;
display:block;
font-size: 77%;
/* CSS3 Rounded Corners For Top Left/Top Right of Tabs */
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
-webkit-border-radius-topleft:8px;
-webkit-border-radius-topright:8px;
-khtml-border-radius-topleft:8px;
-khtml-border-radius-topright:8px;
}
但如果我增加它,那么我无法使用'滑动条'
什么是解决这个问题的合适方法?
另外,在播放视频时,如何让“滑动条”滑过“屏幕”,而不是“推送”“播放列表”?
非常感谢