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

慕哥9229398
TA貢獻1877條經驗 獲得超6個贊
<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="提交"/>
因該是這個意思吧
- 3 回答
- 0 關注
- 692 瀏覽
添加回答
舉報
0/150
提交
取消