thanks for the help -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Bennett Sent: Thursday, May 10, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] Accessing the css properties of an image within a dynlayer you mean like this?: http://www.richardinfo.f2s.com/dynapi/Ruairi_McComb_examples/dynapi.fx.opaci tyanim.html (url wraps) click on "play" To apply css to a dynlayer see this: http://www.richardinfo.f2s.com/dynapi/Richard_Examples/draggingAnotherLayer. htm this doesn't work to well in NS4 though. Cheers, Richard Bennett [EMAIL PROTECTED] www.richardinfo.com (Everything running on, and ported to DynAPI2.51) visit the DynAPI homepage (and FAQ) :: http://dynapi.sourceforge.net/dynapi/index.php?menu=1 Browse (and search) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi ----- Original Message ----- From: "matt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 6:31 PM Subject: [Dynapi-Help] Accessing the css properties of an image within a dynlayer > Hello all > > I have enjoyed using the DynAPI 2.5, and feel I am finally getting a grip on > how it works... what I do have trouble with is accessing some properties. > > What I am trying to do is slowly fade an image in using the filters.opacity > css properties within IE. > > But I cannot access these properties directly.. or I don't know how to > access these properties. > > I have set it up within a dynlayer eg. bglayer.setHTML('<img > src="myimage.gif" name="bgimg">') > > to access this I have used the bglayer.doc.images.bgimg but the browser > doesn't see this... > > then I tryed to do it directly... find the id it is on > DynObject.getComponent(bglayer) with returns the DynLayer1 id.. therefore > document.all.DynLayer.bgimg but this doesn't exist. > > How can I access the filters.opacity css property ... normall it is > document.all.bgimg.style.filters.opacity = 20 > > Any help with this would be wonderful > > thanks in advance > > ----------------------------------- > Matthew Kardos > ----------------------------------- > Technologist - Digitaria > ----------------------------------- > 533 F Street Suite 300 > San Diego CA 92103 > ----------------------------------- > Ph 619 237 5552 > Fx 619 237 5269 > ----------------------------------- > http://www.digitaria.com > http://www.siriusb.com > ----------------------------------- > > > _______________________________________________ > Dynapi-Help mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/listinfo/dynapi-help > _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help
