用CSS获取图片上的某一部分
获取图片上的某一部分,无非就是设置一个DIV的背景为图片,然后设置背景的大小以及overflow,例如:
.bgtest {
cursor:pointer;
width:211px;//必设属性
height:60px;//必设属性
overflow:hidden;//重要样式
background-color:transparent;
background-image:url(struts工作原理.png);
background-repeat:no-repeat;
background-position:-383px -650px; //重要样式}
<div class="bgtest" onclick="alert('click');">
</div>
相关推荐
Ladyseven 2020-10-22
李鴻耀 2020-08-17
yaodilu 2020-08-03
CaiKanXP 2020-06-13
luofuIT成长记录 2020-09-22
Mynamezhuang 2020-09-18
zhoujiyu 2020-06-28
89510194 2020-06-27
MaureenChen 2020-06-12
Phoebe的学习天地 2020-06-07
淡风wisdon大大 2020-06-06
buttonChan 2020-06-06
xtuhcy 2020-05-20
AlisaClass 2020-05-18
赵家小少爷 2020-05-16
nicepainkiller 2020-05-05