I have a text field and button with following css:
JS fiddle link : http://jsfiddle.net/Tdkre/
.submit { -moz-box-shadow:inset 0px 1px 0px 0px
Simple Solution: Custom file upload button with css only
.fileUpload input[type=file]{ display:none; } .btn{ background-color:#e3e3e3; color:#333; border:1px solid #e6e6e6; border-radius:3px; padding:6px 12px; font-size:16px; }
Browse