I need to do this without any hack. Thanks.
You won't be able to do this without some sort of hackery.
Here's a simple pure CSS hack:
input {
background-image: url(cursor-anim.gif);
background-position: 4px 50%;
}
input:focus {
background-image: none;
}
But, as others have said, It might be worth asking yourself if this may lead to your users getting confused...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With