Hi Folks,
I have a tabset created using jquery. Each tablabel is an image. On hovering over the images, it changes to another image and on click of any image the corresponding tab contents are shown.
This hover effect works absolutely fine on windows desktop. But when I test this on iPad, on first touch the image is changed and on the second touch the corresponding tab contents are shown. Instead of two taps/touch to open the tab content, I want to nullify hover effect when its a touch device i.e. on single touch it should open the corresponding tab contents.
How can I achieve this?
On analysing further I got it that this happens when hover is used with css 'display' and 'visibility' properties only.
Can anyone please guide on this?
Thanks in Advance,
VenusCrystal