[HTML][CSS] How to solve html [type=file] can't work
CSS:
<style type="text/css">
<!--
.ifile {
position: absolute;
height: 25px;
width: 90px;
left:20px;
opacity: 0;
filter: alpha(opacity = 1);
z-index: 2;
cursor: none;
border-width: 100px;
}
-->
</style>
HTML :
<input type="FILE" name="restoreFilename" size="20" maxlength="128" class="ifile" onchange="funcBackup();" hidefocus>
<button class="upc_button4 width150" type="button" value="Select File" hidefocus><span>Select File</span></button>
<input type="text" name="upfile" size="20" readonly>
Reference :
0 意見:
張貼留言