Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

CSS Cursor issue


ZvirX's Avatar
Member
0 0

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 !


ghost's Avatar
0 0

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.


ZvirX's Avatar
Member
0 0

ah "caret" thats the word i've been searching for /face_palm

Thanks dude :happy: