Hello everyone,
I have one container div with several <div>About</div>, <div>More Info</div> etc. in it. on the main container I applied onmouseover to execute a JAVA function.
Apparently, every time I hover a <div> in the container it runs the JavaScript again.
What is it, I'm doing wrong? Thanks in advance!