我的意思是对 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 关注
- 638 浏览
添加回答
举报
0/150
提交
取消