<style type="text/css">
.aa , .bb {
background-image:url(a.png);
background-repeat: no-repeat;
text-indent:-999em;
}
.aa {
width:36px;
height:36px;
background-position: 0 0;
}
.bb {
width:14px;
height:16px;
background-position: 0 -56px;
}
</style>
<body>
<div class="aa"></div>
<div class="bb"></div>
</body>
file: a.png
posted on 2008-06-16 21:12
lzj520 阅读(179)
评论(0) 编辑 收藏 所属分类:
个人学习日记 、
Ria