样式输入文件Firefox?

时间:2013-01-23 17:10:32

标签: html css google-chrome firefox input

  

可能重复:
  Styling an input type=“file” button

我尝试设置输入文件的样式。

适用于Chrome和Safari,但不适用于Firefox。

CSS:

input[type="file"] {
   position: absolute; 
   padding: 0px; 
   width: 100%!important; 
   height: 220px; 
   background: #000; 
   top: 0;
   z-index: 3000;
}

HTML:

<input type="file" multiple="multiple" name="uploadfile[]" />

Chrome:

enter image description here

Firefox: enter image description here

你有Firefox的解决方案吗?

由于

0 个答案:

没有答案