i got small select menu with codes that goes
Code:
<select name="size" id="size" size ="2">
<option value="a">Less than 1 Megabyte</option>
<option value="b">>1 Mb < 10Mb</option>
<option value="c">More than 10 Megabyte</option>
Leave a comment: