what am I doing wrong, I don't seem to be able to get min-width to work with select lists
this stays the width of its contents.
is there an issue with select lists?
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Code:
<select id="lender" name="lender" style="min-width:200px;">
<option value="Other">Other</option></select>
is there an issue with select lists?
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.