4
When I type in input
any word, the typed text goes to uppercase.
In Mozilla Firefox and Internet Explorer I can turn back the indicator that keeps blinking to type a letter and I can edit it anywhere.
Already in Google Chrome, every time I turn the indicator, it automatically goes to the end of the typed text. How do I make it look like other browsers, where it is possible to go back and not go to the end of the text?
Nome: <input type="text" id="fnome" onkeyup="javascript:this.value=this.value.toUpperCase();">
In this way it worked, however it loses the effect of the letter going uppercase.
– robsonp
See, I added example with Javascript too.
– Dherik