<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.iconarray {
display: block;
background-image: url(http://www.w3cschool.cn/style/download.png);
background-repeat: no-repeat;
}
.icon1 {
width: 64px;
height: 64px;
background-position: 0px 0px;
}
.icon2 {
width: 64px;
height: 64px;
background-position: 0px -64px;
}
</style>
</head>
<body>
<p style="background: silver;">
Picture 1: <span class="iconarray icon1"></span> Picture 2: <span
class="iconarray icon2"></span>
</p>
</body>
</html>