Help with Hover Effect on Touchscreens and Mobile Devices
I recently added a circle hover effect to the homepage of my
website using a
Circle Hover Effects with CSS Transitions tutorial I found online. However, I just realized that the effect doesn't seem to work at all on touchscreen/mobile devices- it just appears like a regular image (i.e. no flipping, linking to another page, etc.). :(
In the tutorial comments, one reader suggested using jQuery Mobile to fix the problem, but seeing as I have zero experience with Java/jQuery I'm not sure what to do!
Could someone help me with a script/work-around that would enable my hover effect to work on a touchscreen?
THANK YOU!