全国统一服务热线:400-633-9193

JS中定位 position 的使用实例代码

        2017-08-07    1470

具体代码如下所述:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
img{width:200px;}
</style>
</head>
<body>
<div id="wrap">
<img src="images/DSC_3496.jpg" style="position:absolute;width: 200px;z-index:100">
<img src="images/DSC_3949.jpg" style="position:absolute;width: 300px;">
<img src="images/DSC_3172.jpg" style="width: 400px;position: absolute;">
<img src="images/DSC_3425.jpg" style="width: 500px">
</div>
</body>
</html>


  分享到:  
0.2340s