The width of the blinking cursor in the text box is determined by the client (normally a web browser.) I don't think there is an easy way for you to control the width of the line. You can change the cursor to other things, but they would not be something that people expect to see (you would be messing with browser conventions.)
Here are the types of cursors available in CSS:
http://www.w3schools.com/cssref/pr_class_cursor.asp
There are also JavaScript ways of changing the cursor, but those don't work the same across all browsers and are generallyt considered annoying as well.
Posted 11 years ago on Tuesday January 15, 2013 |
Permalink