方法1:
给图片加一个onclick事件,用js事件来提交就可以实现。
例:<input type="image" src="图片地址" />方法2:
有CSS把图片设为按钮背景就可以了
例: <input name="" type="button" style=" width:10px height:10px border:0 background:url(图片路径) no-repeat left top" />
需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html,编写问题基础代码。
2、在index.html中的<button>标签中,加入样式代码:style="background: url(small2.png)width:150pxheight:60px"。
3、浏览器运行index.html页面,此时按钮被成功添加了图片。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)