【发布时间】:2012-06-19 11:10:16
【问题描述】:
我使用以下样式属性,所以当我开始在文本框中输入假设“铁路”时,它应该在不按 CapsLock 的情况下在文本框中输入,如“铁路”
<input type = "text" class = "normal" name = "Name" size = "20" maxlength = "20"> <img src="../images/tickmark.gif" border="0" style='text-transform:uppercase'/>
但是我没有通过使用这个属性得到想要的输出
【问题讨论】:
标签: html