• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Google Suche: Weisse Schrift im Feld

Status
Für weitere Antworten geschlossen.

Wildkater

Neues Mitglied
Bitte schaut mal auf DVDstars.de

Dort oben rechts die Google Suche, warum ist dort eine weisse Schriftfarbe in der Suchbox?

Code:
Code:
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.de/custom" target="_top">
<table border="0">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">

</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.dvdstars.de"></input>
<label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
<input type="text" name="q" size="20" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Suchformular senden</label>
<input type="submit" name="sa" value="Suche" id="sbb"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Web-Suche"><font size="-1" color="#FFFFFF">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.dvdstars.de" id="ss1"></input>
<label for="ss1" title="Suchen www.dvdstars.de"><font size="-1" color="#FFFFFF">www.dvdstars.de</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-5085085780335559"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="UTF-8"></input>
<input type="hidden" name="oe" value="UTF-8"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="de"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
 
An deinem geposteten Code liegt es nicht.
Vermutlich steht es in einer externen css-Datei.
Das kannst du aber zum testen erstmal überschreiben:
HTML:
<input type="text" style="color : #116FAE;" name="q" size="20" maxlength="255" value="" id="sbi"></input>
Wenn das nicht hilft:
HTML:
<input type="text" style="color : #116FAE !important;" name="q" size="20" maxlength="255" value="" id="sbi"></input>
Du mußt jede css-Anweisung mit Semikolon beenden.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben