我应该将提交操作添加到图像。所以在主页面上,我已经完成了<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帮助我。
答案 0 :(得分:1)
提交按钮也可以定义为图像:
<input type="image" src="image.png" alt="Alt text" />