1. backgound-size:利用img标签absolute定位,z-index:-1;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>img充当背景</title>
<style type="text/css">
.test img{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
</style>
</head>
<body>
<div class="test" style="width: 500px;height: 800px;position: relative;">
<img src=""/>
<span>文字</span>
</div>
</body>
</html>
2. swiper2是兼容IE8的,又叫idangerous.swiper。