|
mar0364 -> Decrease width of select list (5/9/2008 11:59:46)
|
I've been doing some research and can't come up with a hack around this. As a simplified example I have this code: <select>
<option value ="volvo">Volvo is a nice care for your mother</option>
<option value ="saab">Saab</option>
<option value ="opel">Opel</option>
<option value ="audi">Audi</option>
</select> The drop down selector on the form is going to be as long as the longest option value. Is there anyway I can decrease its width? I'm willing to lose a few characters off the right side of the name.
|
|
|
|