html 中的 文件上传控件是非常难看的。玩QQ漂流瓶无意间发现一个非常好的美化方法。现贡献出来以供大家使用。

<div id="fileBtn" style="cursor:pointer;background-image:url('xx.jpg'); withd:30px; height:20px;" onclick="document.getElementById('fileUploader').click();"></div>
<form>
<input type="file" name="file" id="fileUploader" style="display:none;" />
</form>


美化之后 看起来效果好多了, 在配上ajax无刷新上传 灰常的好用。

相关文章:

  • 2021-06-06
  • 2021-12-12
  • 2021-06-28
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2021-05-29
相关资源
相似解决方案