会用DIV+CSS么? 有个属性叫做 display 当鼠标在上时隐藏小的,显示大的,反之~ 这个布局比较麻烦 用代码倒是方便
css部分:
div {width:16px; height:16px; background:url(default/images/CopyrightIntegrity_true.gif) no-repeat;}
div:hover {background:url(default/images/authorizationconflict_true.png) no-repeat;}
body部分: