From: Eytan H. <ey...@tr...> - 2001-03-23 12:47:09
|
Did some testing about this. I had a hunch and it turned out to be true. The problem is that the event for the onload occurs (at least when the img is on your machine) netscape is rendering the layer and "misses" the event. If you move the line of code later on it does not help either since the image is still loaded to fast. What you can do is call the second addChild(for rLayer2) in a setTimout("addChild code",1) the event there works (checked this out have a file if you want). Another reason to hate NS4. 8an |