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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -