我的意思是對 type="button" 進(jìn)行CSS設(shè)置,class 和 id 有其他地方的用處
3 回答

慕哥9229398
TA貢獻(xiàn)1877條經(jīng)驗(yàn) 獲得超6個(gè)贊
<style>
.input_out{width:60px;height:30px;border:1pxsolid#CCC;background-color:#FFF;}
.input_move{width:60px;height:30px;border:1pxsolid#CCC;background-color:#FFFFCC;}
</style><inputtype="button"class="input_out"onmousemove="this.className='input_move'"onmouseout="this.className='input_out'"value="提交"/>
因該是這個(gè)意思吧
- 3 回答
- 0 關(guān)注
- 698 瀏覽
添加回答
舉報(bào)
0/150
提交
取消