Question
Blocking a:hover tags
I've got some text "menus" made up of css styled html enabled
text fields. They work fine. Sometimes there is a semi transparent
MovieClip that floats above them that has some onRollOver,
onRelease, etc. events defined.
I've noticed that the semi-transparent button stops the propagation of most mouse events to anything below it. But the a:hover and a:active states of the text fields still reacts to the mouse being over/clicking the text. The actual link doesn't work or call the asfunction.
So does anybody know an easy way to block that from happening?
I've noticed that the semi-transparent button stops the propagation of most mouse events to anything below it. But the a:hover and a:active states of the text fields still reacts to the mouse being over/clicking the text. The actual link doesn't work or call the asfunction.
So does anybody know an easy way to block that from happening?