日期:2014-05-18  浏览次数:20635 次

如何改变 文件上传框 的"浏览.." 按钮的长度
rt   怎么改长度     顺便想把名称变成   ".. "

------解决方案--------------------
<style>
#file1{
border-bottom: #665b8e 1px solid;
border-left: #665b8e 1px solid;
border-right: #665b8e 1px solid;
border-top: #665b8e 1px solid;
color: #333333;
cursor: text;
FONT-FAMILY: "Tahoma ", "MS Shell Dlg ";
font-size: 12px;
height: 20px
}
</style>
<form>
<input type= "file " name= "file1 " id= "file1 " size= "30 " />
</form>

这个可以修改外观但是对于浏览...无能为力!
------解决方案--------------------
我觉得如果是html自己的标签肯定不行了,你自己用text况,然后加个button,写个函数还行
,而且 <input type= "file " 这个东西跟系统语言有关,你是中文就叫浏览,英文就叫browse,想改一下都不行
------解决方案--------------------
好象改不了吧﹗﹗
這個是默認的吧﹗﹗
可能我技朮不到家吧﹗學習﹗﹗