テキストボックス内の画像の可視性を変更したい。テキストボックスの「検索」を選択すると、プレースホルダーが見えなくなります。その中の写真で同じことができますか?
コード:
<div id="ricerca">
<form >
<input type="text" class="ricerca" value="Search" onblur="if (this.value == '') this.value ='Search';" onclick="if (this.value == 'Search') this.value ='';" >
<input type="submit" id="lente" class="lente" value="show" style="border:none;">
</form>
</div>