I think this will help you:
http://www.zdnet.com/devhead/stories/articles/0,4413,2762065,00.html
Matt
On Tue, 2002-03-05 at 17:13, Anton Roolaart wrote:
> Thanks for your reponse...
> let me clarify.. this is for referencing images in INLINE DIVs which
> have existing images (not dynamically cre
You can use the DynImage object.
For example:
image1 = DynImage.getImage("image1.png");
image2 = DynImage.getImage("image2.png");
button = new DynImage(image1);
buttonListener = new EventListener();
buttonListener.onmousedown=function(e){
target=e.getSource();
target.setImage(image2);
}
butt
Is anyone else having trouble with the onmouseout event and internet
explorer 6? I seems like it just doesn't fire, or when it does does
fire it is delayed, or just not acting how it should.
I have the same program that works fine in netscape, just a simple
rollover image with DynImages.
Any thou
I'm using the latest dynapi (2.5.6) and I can't find out for the life of
me how to swap images in other DIVs .
Yes my DIVs are correctly named and referenced. i.e. the slideTo for
the same DIV works.
How does one reference the image (which has ID and NAME parameters just
to make sure)?
One yea
Hi all,
i am new to DynAPI and have the following problem: I have to maintain an
existing application, that uses DynAPI 2.5.3, the original developers being
no longer available, of course . This application is running fine on IE5
and higher, but fails on NetScape 4.79. Now the managers would like