Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
CSS Cursor issue
hey, i was wondering if you could change the flashing cursor in text boxes through css or js for further explanation
a way to change the flashing cursor on the left (its size or replace it with a whole other image) the cursor on the right can be changed through css but thats not what i mean.
i've done some googling but all topics were about the right cursor :|
so is there a way to change that left cursor !
Much more conclusive results came up when I searched for "caret css", since the text cursor has been traditionally called that. Here's a handy link with some good examples:
http://www.dynamicdrive.com/forums/showthread.php?t=17450
To summarize: CSS don't do that. Javascript hacks will do that.