RESPECTED SIR,
how to show hand cursor on checkbox on mouseover .i dont want to show arrow.
thanks & regards
vikas
Add the following style to the desired checkbox
style = "cursor:pointer"
Or if you need for all checkboxes then use the following CSS style.
input[type=checkbox] { cursor:pointer; }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.