input type=file输入框

Posted DavidPan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input type=file输入框相关的知识,希望对你有一定的参考价值。

<div class="row">

<!--选择图片按钮-->

<div class="col-xs-12" align="center" id="view">

<img id="upload_img" src="img/enroll/upload-btn.png" style="width: 254px;height: 246px;" />

<input id="file" type="file" class="inputstyle" accept="image/*" />

</div>

</div>

 

<style>

.inputstyle {

width: 250px;

height: 250px;

position: relative;

cursor: pointer;

outline: medium none;

filter: alpha(opacity=0);

-moz-opacity: 0;

opacity: 0;

top: -80%;

left: 10px;

}

</style>

以上是关于input type=file输入框的主要内容,如果未能解决你的问题,请参考以下文章

去掉input的type为number输入框的右侧箭头

input type="tel" 数字输入框显示圆点

input中 type=number 的文本框(数字框) 去掉箭头 且不能输入e和标点符号

input type['number']输入框的一些问题

<input>标签

NGUI的输入框的校验(input filed script)