Edrol97
Silver Coder
Hi all,
I have a disabled class on a button that I want to add a cursor :hover effect to. I tried the following:
which didn't work so am wondering if this requires calling a js function or if it can just be done with html and css. Any tips?
I have a disabled class on a button that I want to add a cursor :hover effect to. I tried the following:
CSS:
.content .reset-btn:disabled :hover {
cursor: url(img/background/cursors/Mouse%20cursor), auto;
}
which didn't work so am wondering if this requires calling a js function or if it can just be done with html and css. Any tips?