博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML学习笔记之中的一个(input文件选择框的封装)
阅读量:5825 次
发布时间:2019-06-18

本文共 672 字,大约阅读时间需要 2 分钟。

方式一:直接透明隐藏

.file_button_container,.file_button_container input {background: transparent url(./img/BT5AB.png) left top no-repeat;height: 47px;width: 263px;}	       .file_button_container {background: transparent url(./img/BT5AB.png) left top no-repeat;}	       .file_button_container input {opacity: 0;}

方式二:覆盖隐藏 js调用

.styled-button {				background-color:#25A6E1;color:#fff;font-family:'Helvetica Neue',sans-serif;				font-size:14px;	line-height:30px;border-radius:20px;-webkit-border-radius:20px;				-moz-border-radius:20px;border:0;width:120px;height:32px		    }
function chooseFile() {		      $("#fileInput").click();		   }

你可能感兴趣的文章
gitlab webhook报500
查看>>
洛谷P2704 [NOI2001]炮兵阵地(状压dp)
查看>>
Maven(一)如何用Eclipse创建一个Maven项目
查看>>
c# 如果一个对象的值为null,那么它调用扩展方法时为甚么不报错
查看>>
strcore.cpp(156) 内存泄漏
查看>>
Sitecore营销自动化
查看>>
位图算法-hash算法的后继应用
查看>>
[ffmpeg] 滤波
查看>>
新华字典有多少字
查看>>
Domino8.5下如何停用部分用户的帐号和数据,一段时间后如果需要,又可以启用这部分用户...
查看>>
Android开发指南(40) —— Adding Recent Query Suggestions
查看>>
android中Invalidate和postInvalidate的区别
查看>>
ltrace 调试 命令详解
查看>>
如何注册一个免费的iTunes帐号(Apple ID)
查看>>
ZOJ 4772 Treasure Hunt I 树形DP(背包) && hdu The Ghost Blows Light 树形DP(背包)
查看>>
mongo-查询(2)——比较/$in/$nin/$or/$not
查看>>
HDU-4516 威威猫系列故事——因式分解 多项式分解
查看>>
省赛热身赛之Kagome Kagome
查看>>
Ubuntu上安装MongoDB(转)
查看>>
php.ini中设置session过期时间
查看>>