2010-04-09 54 views
0

我应该补充提交操作到image.So主页上,我已经在做 和<input type="submit" class="go-button" name="submit"/>在CSS我写如何subit操作添加到图像

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

但问题我正在获取GO图像的提交查询。 我不想那样。 Plz帮助我。

回答

1

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

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