You don't have an account yet?
Become part of our PHP community and register now...
<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>
Comment