xXxPeterPanxXx
Neues Mitglied
Hi,
ich habe leider ein Problem mit einem input.
Das Input will einfach nicht 600px breit werden.
Gemeint ist das Suchfeld mit auf der Seite.
Hier der Link:http://little-coder.de/kategorie.php?name=html
User: gast
Password: Gastgast19
Vielen Dank im Vorraus!
MfG xXxPeterPanxXx
ich habe leider ein Problem mit einem input.
Das Input will einfach nicht 600px breit werden.
HTML:
<input type="text" name="key" class="suche" />
Code:
#content input.suche { margin:0 auto;width: auto !important; width:600px;height:18px; border:1px solid #999999; padding: 1px 0 1px 1px; max-width:600px; font-size:1em;}
Hier der Link:http://little-coder.de/kategorie.php?name=html
User: gast
Password: Gastgast19
Vielen Dank im Vorraus!
MfG xXxPeterPanxXx