无限星辰工作室-客户无限互联网动力之源
标题:
一个简单的上传按键样式
[打印本页]
作者:
crx349
时间:
2014-11-25 22:40
标题:
一个简单的上传按键样式
1.样式图片
2.css部分
<style type="text/css">
.input-file {
display:inline-block;
width:85px;
height:20px;
line-height:30px;
background:#ddd;
text-align:center;
overflow:hidden;
position:relative;
background:url(images/hua_43.jpg);
}
.input-file:hover {
background:url(images/hua_43.jpg);
}
.input-file input {
opacity:0;
filter:alpha(opacity=0);
font-size:100px;
position:absolute;
top:0;
right:0;
}
复制代码
3.html嵌入
<a href="javascript:void(0);" class="input-file"><input name='name' type='file' size='50' data-valid-name='图片' data-valid-empty='yes' data-valid-accept='jpg,jpeg,gif,png,bmp'></a>
复制代码
4.效果如下
(, 下载次数: 1444)
上传
点击文件名下载附件
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4