开发者

How to set background color for some inner text of HTML textarea element?

How to set background color for some inner text of HTML textarea element?

It looks like selected some text, but the background col开发者_Python百科or will not disappear when you click it or move cursor.


You can't use textarea element for this. Just make a contentEditable contentEditable div and use javascript to style it.


It may be a div with contentEditable set to true


That could be a div the styled during events and as other suggested make it contentEditable. With regards to textarea I have read similar question here. Check it if it's what your looking for.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜