Html
    Css
    Js

    
                        
 div {
	position:absolute;
}
.div-one {
	background-color:red;
	height:400px;
	width:400px;
	display:none;
	z-index:2;
	overflow-y:auto;
}
.div-two {
	background-color:blue;
	height:400px;
	width:400px;
	z-index:88;
	z-index:1;
}
.div-three {
	top:405px;
}

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

jquery实现按键盘切换图片

更新时间:2020-09-18 09:20:04

图片自己改路径就能用了!

background:url('2.jpg');
0