Du hast noch keinen Account?
Werde Teil unserer PHP Community und registriere Dich jetzt...
<select name=feldtyp size=3> <option value=feld1>name</option> <option value=feld2>strasse</option> </select>
<style> select#auswahl { width:150px; } </style> <select id="auswahl"> ... </select>
Kommentar