html - how to change text-box cursor colour with css or jQuery -
i want alter cursor colour & width , if possible alter "__" type of cursor. can through css or jquery
css
xyz {cursor-color:red;} i know idiotic code.
the way alter cursor on webpage utilize css (which can edited through jquery):
.special-cursor { cursor: vertical-text; } the above convert cursor vertical-text cursor, closest thing find underscore. see this link possibilities.
the way alter color of cursor uploading own image , linking in css
.colored-cursor { cursor: url(hyper.cur), auto; } here, "auto" default/backup in case url() not supported.
jquery html css
No comments:
Post a Comment