码迷,mamicode.com
首页 > 其他好文 > 详细

图片链接的hover事件

时间:2015-06-21 19:46:41      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:

<style>
.a1 img {
width: 100px;
height: 31px;
background: #333 url("img/puhuo_but_2.png") no-repeat;
}

.a1:visited img {
background-image: url("img/puhuo_but_3.png");
}

.a1:hover img {
background-image: url("img/puhuo_but_1.png");
}

</style>


<div style="height:100px; wight:200; background:#ccc">
<a href="job.html" class="a1"><img src="img/puhuo_but_0.png" ></a>
</div>

 

图片链接的hover事件

标签:

原文地址:http://www.cnblogs.com/robt/p/4592247.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!