Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can one edit the standard blinking cursor on website input forms without using flash? Or is flash the only way?

share|improve this question

2 Answers

The blinking cursor rate is determined by a user's setting in their control panel. However, you could possible remove the cursor and show a image animation at their mouse's location?

share|improve this answer

This question (How to use this square cursor in a HTML input field?) shows one method.

This will often be inadvisable from a usability standpoint. If you are showing a standard input form, use standard input conventions. Let a user choose what/how they want their cursor displayed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.