1

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.

user2609179
  • 57
  • 2
  • 7
  • caret ? take a look at this : http://stackoverflow.com/questions/7339333/styling-text-input-caret – nyzm Jul 26 '13 at 02:38

1 Answers1

0

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.

Sunyatasattva
  • 5,619
  • 3
  • 27
  • 37