首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

暗藏 input file

2012-07-02 
隐藏 input filestyle typetext/css??? .myclass{??????? filter:alpha(opacity0) //IE 下透明????

隐藏 input file

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

?

?

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

热点排行