CSS Code
<style type="text/css"> .hide_div{ width:85px; overflow:hidden; } .hide_file{ margin-left:-145px; border:1px #FFFFFF solid; background-color:#FFFFFF; } </style>
HTML Code
<div class="hide_div"> <input type="file" name="file" class="hide_file" /> </div>
ตัวอย่างผลลัพธ์