如何向图像添加提交操作

时间:2010-04-09 06:58:54

标签: html css

我应该将提交操作添加到图像。所以在主页面上,我已经完成了<input type="submit" class="go-button" name="submit"/> 在css我写了

.go-button {
 margin-right:7px;
 background: transparent url(../images/go.gif);
 width:26px;
 height:20px; 
 border:0px;
 overflow:hidden;
}

但问题是我在GO图像上收到提交查询。 我不想那样。 Plz帮助我。

1 个答案:

答案 0 :(得分:1)

提交按钮也可以定义为图像:

<input type="image" src="image.png" alt="Alt text" />