Html
    Css
    Js

    
                        
.box {
	/* 最外层可显示的高度 */
            height:200px;
	overflow:hidden;
}
.table {
	width:600px
}
.thead,.tbody {
	position:relative;
}
.thead {
	z-index:1;
	background:darkgray;
}
.tbody {
	z-index:0;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jQuery简易table上下无缝轮播

0