作者:周笨笨真笨 | 来源:互联网 | 2023-05-18 04:39
3I'm changing the width of a file input HTML tag:
3我正在改变文件输入HTML标签的宽度:
input[type="file"] {width:380px !important}
In Firefox 3, Chrome and Safari it works perfectly.
在Firefox 3,Chrome和Safari中,它可以完美运行。
In Firefox 4 I cant get it to work. The width remain the same!
在Firefox 4中我无法使用它。宽度保持不变!
Demo: http://jsfiddle.net/LwzW9/1/
演示:http://jsfiddle.net/LwzW9/1/
Checking with Firebug I noticed that the size of the
changes, but I don't really see the changes: (see image)
使用Firebug进行检查我注意到的大小发生了变化,但我并没有真正看到这些变化:(见图)
Any ideas? Is this a known bug?
有任何想法吗?这是一个已知的错误?
Thanks.
谢谢。
2 个解决方案