2012-04-30 37 views
0

我想定位在我的網站上我的搜索按鈕:http://testowa.portalo.pl<input>添加了填充,左邊是一個太大的超級鏈接

它似乎使用填充左處於有利地位,但左邊的空間(由谷歌供電)是不應該的,因爲超鏈接實際上是一個超級鏈接。如何糾正?

<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> 

回答