I\'m trying to change img src (not the background img src) with css
#btnUp{ cursor:poi
you could try something like this
or
#btnUp{ cursor:pointer; width:50px; height:50px; float:left; } #btnUp{ background-image:url('x.png') } #btnUp:hover{ background-image:url('y.png') } 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
#btnUp{ cursor:pointer; width:50px; height:50px; float:left; } #btnUp{ background-image:url('x.png') } #btnUp:hover{ background-image:url('y.png') }