上传文件file按钮的美化处理


css:

.uploadpic{position:relative;}
.uploadpic input.picbtn{display:block;cursor:pointer;border:none;background:#ffffff;width:100px;height:30px;font-family:"微软雅黑";font-size:16px;line-height:30px;color:black;text-align:center;
border:1px solid black;}
.uploadpic input.picfile{display:block;cursor:pointer;font-size:16px;margin:0;padding:0;position:absolute;top:0px;left:0;opacity:0;width:100px;filter:alpha(opacity:0);padding-bottom:0;height:30px;margin-left:10px;}

效果:


你可能感兴趣的:(html)