html - Hand cursor on disabled fields -
I am working with the html input text field and when I hover over the text field, I want to take in Text field is read-only, so a cancellation symbol (cycle with diagonal slash) shows on hover
using the CSS class on the field but it does not
< Code>. In college. Cursor: hand; Cursor: indicator; }In the template
& lt; Input type = "text" readable class = "rdonly" />
You can try:
. Drdonly: hover {cursor: indicator; }
This is it, when I try my code in jsfiddle, it works ... < / Html>
Comments
Post a Comment