Click to See Complete Forum and Search --> : DOS Cursor Text Effect


mrislam
07-03-2004, 01:28 AM
Can anyone give me a hand?

How can I make my cursore like DOS cursore while writing in text box.


Thanking you
mrislam

Khalid Ali
07-03-2004, 08:49 AM
you can create an image of that cursor or may be an animation where image blinks and then you can use CSS to change the cursor when text field is in focus..

cursor:url(some_url.gif);

I am hoping this will do what you want...