简体   繁体   中英

decreasing font size in a text box dynamically

Is it possible to dynamically control the font size in a text area / text box so it decreases while the user types? (ie the character i+1 is smaller than character i )

Thanks

No, it's not possible in a text area or a text box. The font-size specified for those controls will affect all text in them. You could, however, achieve the effect by using a regular <div> and making its content editable, as is done in WYSIWYG editors.

Here's a simple example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM