J
John Maag
I am interested in using a Select element but I want to know if there is any
way to specify the width and height of the object.
I realize the width will auto size to the data but would still like to know
if it can be done. Just to be clear what I am trying to do I will paste some
code:
<select name="attribute[]" size=5 multiple>
<option value="perky">Perky</option>
<option value="morose">Morose</option>
<option value="thinking">Thinking</option>
<option value="feeling">Feeling</option>
<option value="thrifty">Thrifty</option>
<option value="prodigal">Prodigal</option>
</select>
way to specify the width and height of the object.
I realize the width will auto size to the data but would still like to know
if it can be done. Just to be clear what I am trying to do I will paste some
code:
<select name="attribute[]" size=5 multiple>
<option value="perky">Perky</option>
<option value="morose">Morose</option>
<option value="thinking">Thinking</option>
<option value="feeling">Feeling</option>
<option value="thrifty">Thrifty</option>
<option value="prodigal">Prodigal</option>
</select>