How to Edit Browse Button?

Hi,

I have edited the submit button however the “file” button which appears as “Browse” doesn’t seem to be editable. Can anyone advise how to edit the appearance of the Browse button.

<input type='file' name='filename'  size='20' />
<input type="submit" value="Upload" class="submit-button" /> 

Hi,

The styling of file inputs is notoriously difficult.
There is a good post on what options are available to you here: http://www.quirksmode.org/dom/inputfile.html

You are better off not trying to style form inputs, better off just leaving them to the browsers defaults.

Hi,

But it doesn’t look nice. Its odd that they so difficult to change.