是否可以设置文件类型的输入元素的样式而不必担心浏览器兼容性?在我的情况下,我需要实现一个背景图像和圆形边框(1px),如果可能的话,也应该定制按钮.
使用bootstrap,我创建input-group了一个button和input type='file'.
除了以外它在各处都很好IE9.在IE9上,正在从右侧裁剪浏览按钮.
演示: http ://jsbin.com/alESiBo/6/edit
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="icon-upload-alt"></i> Upload
</button>
</span>
<input id="fileField" class="form-control" name="fileField" type="file" />
</div>
Run Code Online (Sandbox Code Playgroud)
IE 9.0.8112.16421

Chrome 31.0.1650.63 m

带快照的IE版本:
