Hya,
I'm trying to figure this out from the examples but I haven't been
able.
I've this layer with only text where I've defined it's class, how can
I make a onmouseover and click with this layer?
Thanx,
Ant=F3nio Godinho
Layer code:
var botao1 =3D new DynLayer(20,2,50,150,20,false);
botao1.setClass ('menu-off');
botao1.setHTML('<table width=3D100% border=3D0 ceppadding=3D0
cellspacing=3D0><tr><td>test</td></tr></table>')
|