Hi guys,
This one is a bit out of left field but someone somewhere must have tried this before.
Does anyone out there know how to control the width of the filepath textbox in a fileupload control?
I have a form with a comment textbox, a filetype dropdown and a fileupload control
I want the comment textbox, the dropdown and the textbox part of the fileupload to all be the same width and line up together on my form but the width property of the fileupload control sets that of the whole control (Textbox and browse button)
I tried setting the width of the other two controls and lining up that way but:
- How do I know that this will look okay in other browsers?
- My dropdown looks wierd as it is cutting off text - I'd rather resize the other two controls.