html怎么定义submit按钮的背景图片
<inputtype="submit"value=/style="background:url('zc.jpg')no-repeat;width:180px;height...
<input type="submit" value=/ style="background:url('zc.jpg') no-repeat; width:180px; height:37px;">
如果有那/,按钮上也有/
<input type="submit" value= style="background:url('zc.jpg') no-repeat; width:180px; height:37px;">
如果没有/,就会变成
该怎么改才会不显示/就能出来 展开
如果有那/,按钮上也有/
<input type="submit" value= style="background:url('zc.jpg') no-repeat; width:180px; height:37px;">
如果没有/,就会变成
该怎么改才会不显示/就能出来 展开
3个回答
展开全部
把value=删掉试试?下面这样:
<input type="submit" style="background:url('zc.jpg') no-repeat; width:180px; height:37px;">
<input type="submit" style="background:url('zc.jpg') no-repeat; width:180px; height:37px;">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<input type="submit" value='' style="background:url('zc.jpg') no-repeat; width:180px; height:37px;">
试试如上代码,你的value需要给一个空值:value=''
试试如上代码,你的value需要给一个空值:value=''
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询