Let’s say we have a link with class=”myClass1″
While through Javascript, we can add control the classes for this link…e.g. we can add myClass2 to the link
My question is can we control the states through Javascript e.g. remove hover state to a.myClass1:hover
Just to add, I am facing some issues for the hover state class on the iPad..
Thank you.
I hope I understood you right. Unfortunately, I have no experience with Ipads. If they “understand” js events like onMouseOver, this could work.
Idea #1:
These 4 functions correspond to 4 handlers above.
classes in CSS:
Idea #2:
Just make regular links and links which are hovered look the same.
}