改变file框样式 - 51windows.Net
51windows.Net
>
脚本收藏
>
表单类
>
type=file
> 改变file框样式
改变file框样式
<script> function fclick(obj){ with(obj){ style.posTop=event.srcElement.offsetTop var x=event.x-offsetWidth/2 if(x<event.srcElement.offsetLeft)x=event.srcElement.offsetLeft if(x>event.srcElement.offsetLeft+event.srcElement.offsetWidth-offsetWidth)x=event.srcElement.offsetLeft+event.srcElement.offsetWidth-offsetWidth style.posLeft=x } } </script> <style> input{border:1px solid #333333;color:#666666;background:#eeeeee;font:normal 12px Tahoma;height:18px} </style> <form method="post" action="" enctype="multipart/form-data"> <input id="f_file"> <input type="button" onmouseover="fclick(t_file)" value="选择上传文件"> <input name="upload" type="file" style="position:absolute;filter:alpha(opacity=0);width:30px;" id="t_file" onchange="f_file.value=this.value" hidefocus> </form>
网站推荐:
虎的笑话
虎的成语
虎的歇后语
在线小游戏
成语排行榜
歇后语排行榜
中华五千年
文革图片
转载本站内容,请务必保留原作者信息。
本站提供的内容部分是在网上搜集,如果侵犯了您的版权,请告之,我们会删除内容或加上您的信息。(
网站留言
、
站内搜索
)