首页 > 其他 > 详细

模拟上传,可自行定义上传按钮的名称和图片。

时间:2014-08-14 19:32:09      阅读:289      评论:0      收藏:0      [点我收藏+]

 <table>
    <tr>
    <td>上传</td>
    <td style="width:300px;">
   
                <div style="position: absolute; z-index: 3; cursor:hand; float:left; width:227px;">
              <input id="FilePathTxt" class="table_input" style="width:227px;height:16px;" type="text" />
              </div>
                 <div style="z-index: 1; cursor: hand; float:right; line-height:16px;">上传
                 </div>
            <div style="position: absolute; z-index: 2; cursor:hand; width:300px; float:left;"  >
                <asp:FileUpload onchange="FilePathTxt.value=this.value" ID="FileUpload1" style="filter: alpha(opacity=0);cursor: hand;" Width="300px" runat="server" />            
            </div>
    </td>
    </tr>
    </table>

模拟上传,可自行定义上传按钮的名称和图片。,布布扣,bubuko.com

模拟上传,可自行定义上传按钮的名称和图片。

原文:http://www.cnblogs.com/hclw/p/3912786.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!