CSS Cursor Problem
-
Would it better to target the
<a>
element instead of the<img>
element for the cursor styling?This is the current code:
.iwmp-single, .iwmp-gallery img { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
I have a gallery that doesn’t need to zoom-in but I still get the Zoom Icon when I hover over the image.
What do you think?
- The topic ‘CSS Cursor Problem’ is closed to new replies.