I want to know if it's possible to style the bar http://puu.sh/3LSN8.png in that picture (in the textarea).
I have no idea what it's called but it flashes and it's the bar showing where your text is at.
Thanks.
I want to know if it's possible to style the bar http://puu.sh/3LSN8.png in that picture (in the textarea).
I have no idea what it's called but it flashes and it's the bar showing where your text is at.
Thanks.
It's called a caret and there is no way to style it using CSS, as its behavior is decided by the browser.
You can use Javascript, however, to achieve a *fake*y result.