css按坐标取背景图示例代码

建站知识 2021-07-03 08:43www.168986.cn长沙网站建设
背景图
 
效果
 
代码

复制代码
代码如下:

<style type="text/css">
.spanicon {
width: 32px;
height: 32px;
background: url(http://img.blog.csdn./20130808153035296) no-repeat;
border: 0;
color: #464646;
line-height: 32px;
margin-: 2px
}
td {
vertical-align: middle;
text-align: left
}
</style>
<body>
<table>
<tr>
<td class="spanicon" style="background-position: 0px -0px;"></td>
<td><a href="#">test1</a></td>
</tr>
<tr>
<td class="spanicon" style="background-position: 0px -32px;"></td>
<td><a href="#">test2</a></td>
</tr>
<tr>
<td class="spanicon" style="background-position: 0px -64px;"></td>
<td><a href="#">test3</a></td>
</tr>
<tr>
<td class="spanicon" style="background-position: 0px -96px;"></td>
<td><a href="#">test4</a></td>
</tr>
</table>
</body>

Copyright © 2016-2025 www.168986.cn 狼蚁网络 版权所有 Power by