html - cursor infront of text is appearing larger than the text -


i have textarea input text, if type words cursor in front of text appears larger. why showing larger? should equal words? want font size 38px;

i testing on chrome browser

please me solve issue.

<textarea name="quotes" cols="40" rows="10"   placeholder="  what`s quotes? " style="height:100px;width:99%;overflow:auto;border: 1px solid silver;font-size:38px" keynav:shortcut="10"></textarea> 

enter image description here

the answer question ('why blinking cursor appear larger text?') it's illusion. cursor height of full height of line. remember bottom of g, j, p, q, or y part of line. so, might appear blinking cursor taller line, isn't.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -