CSS Code
1 2 3 4 5 6 7 8 9 10 11 | <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
1 2 3 | < div class = "hide_div" > < input type = "file" name = "file" class = "hide_file" /> </ div > |
ตัวอย่างผลลัพธ์