去掉提交按钮的默认边框
<input name=" style="margin:0; border:none; padding:0; width:30px;background-repeat:no-repeat; height:20px; background-image:url(images/botton.jpg)" type="submit" value=" />
border:none; 这个就是不显示默认的边框。加上这个,用图片做背景时就不会出现边框了。
<input name=" style="margin:0; border:none; padding:0; width:30px;background-repeat:no-repeat; height:20px; background-image:url(images/botton.jpg)" type="submit" value=" />
border:none; 这个就是不显示默认的边框。加上这个,用图片做背景时就不会出现边框了。