Match Width of Select box with Text Box

genehuman

New Member
I have a input box and a select box, I wish to apply the same width for both of them. i.e 200px. I tried using something like \[code\]<input type="text" style="width: 200px"><select style="width : 200px;" size="1"> <option >test</option></select>\[/code\]But it seems that the width of them differs, here's the link: http://jsfiddle.net/GdTqp/Any Ideas on how do we achieve the same width (while keeping the css width common)
 
Back
Top