我的按钮都是 input button sumbit,通过这些按钮实现 提交表单。
看起来不好看,我看通常 web页面都是图片代替,请问该怎么实现?
给图片添加个click事件 点击后提交表单试试
给图片添加个click事件 点击后提交表单试试
我在网上查了,添加css样式 , 这样更规范点
.btn{ width:145px; height:34px; line-height:22px; font-size:22px; background:url("/images/button/bg2.jpg") no-repeat left top; color:#959595; padding-bottom:4px;}