html表单文件上传按钮

html表单文件上传按钮,第1张

概述是否可以将“浏览”或“选择文件”按钮移到右侧? http://jsfiddle.net/2mw935qf/1/ <form method="POST" action="uploadFile" enctype="multipart/form-data"><strong>Upload file:</strong> <input type="file" name="file" /></form> 是否可以将“浏览”或“选择文件”按钮移到右侧?

http://jsfiddle.net/2mw935qf/1/

<form method="POST" action="uploadfile" enctype="multipart/form-data"><strong>Upload file:</strong> <input type="file" name="file" /></form>

像this?

解决方法 在CSS文件中使用此代码.它在Chrome中适用于我.

input[type=file] {-webkit-appearance: textfIEld;@R_403_4612@: relative;-webkit-Box-sizing: border-Box;}input[type=file]::-webkit-file-upload-button {wIDth: 0;padding: 0;margin: 0;-webkit-appearance: none;border: none;}/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */x::-webkit-file-upload-button,input[type=file]:after {content: 'browse...';display: inline-block;left: 100%;margin-left:3px;@R_403_4612@: relative;-webkit-appearance: button;padding: 3px 8px 2px;}
总结

以上是内存溢出为你收集整理的html表单文件上传按钮全部内容,希望文章能够帮你解决html表单文件上传按钮所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1061003.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存