Skip to content
On this page

雪碧图hover时图标闪现

css
.button {
	background: url(img/button.jpg) no-repeat;
	background-position: 0px 0px;
}

.button:hover {
	background-position: -25px 0px;
}

.button:active {
	background-position: -50px 0px;
}

更新时间: