背景图不能显示
背景图不能显示
<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta charset="UTF-8">
<style>
#btn {
width: 40px;
height: 40px;
position: fixed;
right: 65px;
bottom: 10px;
display: inline-block;
background: url(http://upload.hj.cn/2015/1104/1446619991843.jpg) no-repeat -43px -79px;
}
#btn:hover {
background: url(http://upload.hj.cn/2015/1104/1446619991843.jpg) no-repeat -288px -39px;
}
.bg{
width: 1190px;
width: auto;
}
</style>
</head>
<body>
<a href="" id="btn">回到顶部</a>
<div class="bg"><img style="width: 100%" src="http://upload.hj.cn/2015/1104/1446619991843.jpg" alt=""></div>
</body>
</html>咋就那么难呢? 我这图片的坐标位置你不用关注,因为我用的是同一张图,标到那个位置只是为了看的更明显
举报