I decrease opacity of
when mouse over the
tag area and then set full opacity for which user is on that.>
On touch devices, hover
is not supported. You can either:
• skip hover effects in touch device stylesheets
• use JavaScript to turn hover into click interactions
• use JavaScript to simulate hover interactions on the touch device
There are multiple other posts on SO that discuss about this problem:
How do I simulate a hover with a touch in touch enabled browsers?
how to deal with hover effect on touch devices
Hover for Touch Devices