SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Jan 14, 2007, 13:43 #1
- Join Date
- Sep 2003
- Location
- Northern California
- Posts
- 605
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
select multiple displaying scrollable list, not a dropdown
Instead of displaying a drop-down menu, my form (in FF) is showing a scrollable list. I do want to allow multiple options.
<select name="county_code[]" size="1" multiple>
<option value="">-Select County(s)-</option>
<option value="57" >Dallas</option>
<option value="61" >Denton</option>
<option value="70" >Ellis</option>
<option value="126" >Johnson</option>
<option value="127" >Parker</option>
<option value="127" >Tarrant</option>
<option value="127" >Wise</option>
</select>
-
Jan 14, 2007, 15:53 #2
- Join Date
- Oct 2005
- Location
- Brisbane, QLD
- Posts
- 4,067
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You can't have multiple options with just a single dropdown.
Bookmarks