Hello,
could you help me ?
 
layer1, Zindex 1, gif 1, visible
layer2, Zindex 2, gif2, hidden
layer3, ZIndex 3, without any filling, visible
 
I have a problem with events for Layer3.
It was working with older DynAPI and IE5
but not work with 2.57 + ie6.
 
L=new EventListener(layer3);
L. {layer2.setVisible(true)};
L. {layer2.setVisible(false)};
L.onmousedown....
....
layer3.addEventListener(L);
 
What is wrong ? This simple function is a basic-function
for my navigation panel.
 
Thanks.
Peter

Reply via email to