0
Can you tell me the codes to create a dropdown list?
Help wanted: Dropdown list missing!
1 Antwort
+ 2
i think this is the base for what you want.
<select>
<optgroup>
<option>1</option>
<option>2</option>
<option>3</option>
</optgroup>
</select>