G
Greg
Embarassingly simple this one
The below html renders the drop down significantly shorter than the
textbox. Which setting (border etc) is the correct way to get these 2
controls to appear the same width?
<select name="DropDownList1" id="DropDownList1" style="width:
100px;"></select>
<br />
<input name="TextBox1" type="text" id="TextBox1" style="border-
style:None;width:100px;" />
Greg.
The below html renders the drop down significantly shorter than the
textbox. Which setting (border etc) is the correct way to get these 2
controls to appear the same width?
<select name="DropDownList1" id="DropDownList1" style="width:
100px;"></select>
<br />
<input name="TextBox1" type="text" id="TextBox1" style="border-
style:None;width:100px;" />
Greg.