效果图
代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
.bg,.content {
width: 730px;
height: 454px;
}
.bg img{
position: absolute;
}
.content img {
width: 19%;
}
:target {
z-index: 1;
}
</style>
</head>
<body>
<div class="bg">
<img src="img/jd001.jpg" id="jd1"/>
<img src="img/jd002.jpg" id="jd2"/>
<img src="img/jd003.jpg" id="jd3"/>
<img src="img/jd004.jpg" id="jd4"/>
<img src="img/jd005.jpg" id="jd5"/>
</d