<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
<style type="text/css">
*{margin:0px;padding:0px}
.a{position:absolute;width:100px;height:200px;background:red;z-index:0px}
img{position:relative;margin-bottom:-100px;z-index:-1}
</style>
</head>
<body>
<img src="C:\Users\gml\Desktop\新建文件夹\1503472792(1).jpg"/>
<div></div>
</body>
</html>
你的style 样式a 都没有定义 所以不产生效果...