How to set up a carriage?

I would like to customize the carriage in my forms or the contenteditable element (html5). How can i do this?

+3
source share
1 answer

You can change the cursor using the cursor property, but there is only one caret. The only option would be to set a custom cursor using an image, but this is not supported in all browsers. More details here: http://www.quirksmode.org/css/cursor.html

-4
source

All Articles