Styling inputs of type=file

How can I style the above inputs of type=file so that the browse button is on the right?

Thanks…

Try float: right;

I tried that and the the textbox part shifts to the right, and the button stays inside the box and is on the left side…

But Im trying to shift only the button

Please post some code or a link to the site. We really don’t groove on guessing.

heres a way,
http://tudip.blogspot.com/2013/02/style-file-upload-and-browse-button.html

Some browsers only have a button for this with the input field selection only being able to be made after the button is clicked. How should it appear in that case?

Ohhhh.