gpt4 book ai didi

.FileUpload 按钮的 Css

转载 作者:太空宇宙 更新时间:2023-11-04 05:13:00 26 4
gpt4 key购买 nike

我想在我的 .FileUpload button 上应用这个 css,但它只适用于 IE 而不是 Chrome,我仍然不知道它有什么问题。有人有想法吗?

感谢帮助

.FileUpload
{
width: 90px;
float: left;
color: black;
font-family: Segoe UI,Arial, Sans-Serif;
border: 1px solid #C7D2D8;
height: 30px;
text-decoration: none;
display: inline;
background: white;
margin: 10px 10px 10px 540px;
text-align: center;
padding: 4px 0;
letter-spacing: -1;
border: none;
cursor: pointer;
}

最佳答案

据我所知,不可能为 <input type="file"> 设置样式, 适用于所有浏览器。但是您可以用 javascript 替换上传字段,替换的样式可以根据需要设置。

您将在 this blog entry 中获得此类替换脚本的示例.

关于.FileUpload 按钮的 Css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8881949/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com