2012年2月2日

上传文件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/26958 阅读全文

posted @ 2012-02-02 09:46 sleepingfire 阅读(186) 评论(0) 推荐(0)

导航