当前位置:Gxlcms > html代码 > inputbuttonsumbit_html/css_WEB-ITnose

inputbuttonsumbit_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:9人阅读

我的按钮都是 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;}

人气教程排行