鼠标放在按钮上按钮变色
下面是部分代码
html:
.MP_sbtn a:hover span,.MP_cbtn a:hover span{background-image: url("../images/changed_btn.jpg");width: 58px;height: 23px;}
?