-
精灵图
image.png

image.png

image.png
8 精灵图使用

image.png
- 8 精灵图使用.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>8 精灵图使用.html</title>
<style>
h3{
background: url(images/index.png) no-repeat -2px -184px;
width: 26px;
height: 26px;
}
div{
width: 236px;
height: 106px;
background: url(images/index.png) no-repeat 0 -350px;
}
.metu{
width: 23px;
height: 23px;
background: url(images/index.png) no-repeat -157px -107px;
}
</style>
</head>
<body>
<h3></h3>
<div></div>
<div class="metu"></div>
</body>
</html>
