隐藏提交按钮上的文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了隐藏提交按钮上的文本相关的知识,希望对你有一定的参考价值。

  1. /* Good browsers */
  2. input {
  3. background-image: url("../../images/");
  4. background-position: 0 0;
  5. background-repeat: no-repeat;
  6. border: none;
  7. cursor: pointer;
  8. height: 26px;
  9. padding: 0;
  10. text-indent: -999em;
  11. width: 26px; }
  12.  
  13.  
  14. /* IE Fix */
  15. input {
  16. color: transparent;
  17. text-transform: capitalize; }

以上是关于隐藏提交按钮上的文本的主要内容,如果未能解决你的问题,请参考以下文章

隐藏提交按钮文本

使用 js/jquery 在 ruby​​ on rails 中隐藏 form_tag 上的提交按钮

提交后更改提交按钮上的文本

由于隐藏按钮,Enter 无法在 IE 中提交表单

提交按钮上的文本缩进

css 更改表单的提交按钮上的文本颜色。