I need your help guys. Is there an easy way how can i set width for all input type in html5 and support it in all browser? I would like all of it to be on the same width but will not affect the width of the checkbox.
<input type="text" name="txt1" value=""><br><br>
<input type="date" name="txt1" value=""><br><br>
<select name="slct1" value="">
<option>Select 1</option>
<option>Select 2</option>
<option>Select 3</option></select><br><br>
<input type="checkbox" name="chk1" value="">
Thanks guys. Hope you can help me and give me an easy way to do this.
Regards,