<form action="" id="formPathfile" name="formPathfile" method="post" enctype="multipart/form-data" onsubmit="return false">
<input type="hidden" id="itemid" name="itemid" value=""/>
<input type="button" style="width:100px; position: absolute;left: 0;top:0; " value="Browse Flie" >
<input type="file" id="pfile" value="" name="pfile" style="width:150px;height:28px;margin-top:-8px; filter:alpha(opacity=0);
opacity:0; font-size:0" onchange="" />
</form>
先别设透明度,可以找到一块区域是可以单击打开的。
然后设font-size:100px,把这块区域撑大。
我把font-size设置为100,height设为130%就可以了