【问题标题】:Change the label in an HTML file input更改 HTML 文件输入中的标签
【发布时间】:2012-02-24 10:49:03
【问题描述】:

如果<input type="file"> 的标签可以隐藏,有人吗?我找不到任何有用的东西。

【问题讨论】:

标签: html


【解决方案1】:

使颜色与背景相同,例如:

html, input, textarea {
color: #something or other;
}

【讨论】:

  • 哇,这真的奏效了! <input id="post_thumbnail" name="post[thumbnail]" style="color: white;" type="file"> 比复制简单得多。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-02-20
  • 2012-05-08
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多