検索ボタンを自分のWebサイトに配置しようとしています:http://testowa.portalo.pl
padding-leftを使用して適切に配置されているように見えますが、ハイパーリンクとして機能しないはずの左側のスペース(Googleが提供している場所)は、実際には大きなハイパーリンクです。これを修正する方法は?
<form method="get" action="search.php" target="_top">
<input type="text" id="Szukaj" style="margin-top:42px; width: 563px;" name="q" size="107" maxlength="155" value="Wyszukiwarka" onfocus="onfocus=clearDefault(this)"/>
<label style="display: none">Prześlij formularz wyszukiwania</label>
<input type="image" src="files/szukaj.gif" id="Szukaj_Button" style="padding-top:36px; padding-left:500px; position:absolute"/>
<input type="hidden" name="cx" value="<?php include("ustawienia/google_search.inc.php");?>" />
<input type="hidden" name="forid" value="1" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
<input type="hidden" name="cof" value="GALT:#CC0000;GL:1;DIV:#FFFFFF;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0066CC;LC:0066CC;T:333333;GFNT:0066CC;GIMP:0066CC;FORID:11" />
<input type="hidden" name="hl" value="pl" />
</form>