有个问题困扰了我1小时了。麻烦高手帮忙下。
有一张大图,我需要从大图上获取小图标
.icon_11{background: url("Icons.gif") -47px -25px; width:32px;height: 32px; border: 0px;cursor: pointer;}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>test.html</title> <style type="text/css"> .icon_11{background: url("Icons.gif") -47px -25px; width:32px;height: 32px; border: 0px;cursor: pointer;} </style> </head> <body> <img class="icon_11" /> </body> </html>
<div class="icon_11"></div> 即可