0
我有一個搜索表單,有一個圖像作爲按鈕,這是偉大的,但我不能讓圖像看起來像其他文字一樣,我想刪除此圖像並將其作爲文本使用,然後相應地設置樣式,如果有人可以給我一些關於這樣做的建議,儘可能以最簡單的方式表示讚賞。更改表單提交圖像到文字鏈接
<form action=".php" method="get" onsubmit="return check_small_search_form()">
<label for="search_query"></label>
<input type="text" name="search_query" id="search_query" class="Textbox" value="Search" autocomplete="off">
<input type="image" src="Search.gif" class="Button">
</form>
非常感謝。
請你可以添加一個屏幕截圖的圖像看起來像 - 然後我會給你的風格的代碼:) – KM123