读书人

暗藏 input file

发布时间: 2012-07-02 17:46:22 作者: rapoo

隐藏 input file

<style type="text/css">
??? .myclass{
??????? filter:alpha(opacity=0); //IE 下透明
??????? opacity:0;? //火狐下透明
?? ?}
</style>

?

?

<div? style="width: 100px; height: 29px; background: url("/uular/images/default/addp.png") no-repeat scroll right center transparent; display: inline; position: absolute; overflow: hidden;">
??? ????????????????????? ??? <input type="file" id="albumPhotoSource" name="albumPhoto" onchange="showImage(this);"></input>
??? ????????????????????? </div>

读书人网 >Web前端

热点推荐