Hi Guys,
I would like to be able to replicate the hover effect on the circular service icons from the desktop version of this site http://temp.osborneparkautorepairs.com.au/ to smaller touch devices.
Is the focus property used to do this, and if so can someone advise how to add it to my code?
Some touch screen devices (and I’m not sure which ones) will use a single tap on a link as “hover” and a second tap to activate, I believe. (Edit: I knew I’d read that somewhere here recently: Css hover not working on IOS/mobile - #3 by PaulOB)
Focus won’t help for touch screen, but it will help for anybody navigating your site using a keyboard, rather than a mouse. Simply add a:focus where you have a rule targeting a:hover. e.g.