Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Sorunome on April 02, 2012, 06:25:51 am

Title: Javascript execution order
Post by: Sorunome on April 02, 2012, 06:25:51 am
I got a little problem.
I have two elements that call javascript-stuff, one with onmouseout, one with onmouseover.
They are drawn ontop of each other, so if I enter the upper one with the mouse of the lower one onmouseout is called and then afterwards of the topper one onmouseover. I need to change the order of how that happens, please help me!
Title: Re: Javascript execution order
Post by: cooliojazz on April 02, 2012, 09:21:19 pm
I'm a little confused about the question honestly.  Could you also paste this part from your code?  Then i might be able to help =)
Title: Re: Javascript execution order
Post by: Sorunome on April 03, 2012, 03:14:12 am
http://www.sorunome.de/webdeveloping/slideshow/
If I uncomment in the drawing part where the pics are drawen the onmouseout part and then hover above the pics start to blink.