上传文件input的样式

在Firefox里可以使用size属性控制宽度,例如

<input type=file size=30 />

在Chrome里可以使用css的width属性,例如

<input type=file style="width:300px;" />

参考链接1中有一句总结 -- This works...it handles firefox..while CSS width propery handles Chrome, IE, and Safari 

参考链接2有样式的一些实现思路


参考:

http://stackoverflow.com/questions/269582/setting-uniform-input-type-file-width-in-all-browsers

http://www.quirksmode.org/dom/inputfile.html

 

 

posted on 2012-02-02 09:46  sleepingfire  阅读(186)  评论(0)    收藏  举报

导航