IE7按钮值

Posted

tags:

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

IE7 can be a pain when it comes to input submit buttons. In order to get the value to disappear using the text-indent: -999em; trick make sure to set text-transform: capitalize;
  1. #input-button { text-indent: -999em; }
  2.  
  3. .ie7 #input-button { text-transform: capitalize; }

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

CSS IE7文本缩进按钮修复

从片段向数据库中插入值时ListView不更新

如何在 Fragment 之间传递值

IE7文本缩进按钮修复

从片段中获取意图值后,我如何在 recyclerview 项目中实现单击

如何从Android中的片段单击按钮打开片段