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幫助我。