|
From: Nicola M. <nic...@ho...> - 2000-12-14 18:48:12
|
Hi Josep !
I suggest you to add an on resize event handler to your widget:
SimpleRollOver.listener.onresize=function(e){
if(!e.getSource().created)return// this will prevent to happen during
the creation of the widget
....do your code here to reset you Img tag and bla blab bla
}//this should fix the prlblem for ns4 when you resize
the strange think it's I got widget like that and I don't have any problem
with resize on netscape may be the version of the api you are using it's not
fully updated
see ya
Nicola
_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
|