--- Benoit Marchant <[EMAIL PROTECTED]> wrote: > change line 44 of fader.js from > > else this.css.MozOpacity = parseInt(opac) +'%'; > to > > else this.css.-moz-opacity = parseInt(opac) +'%'; >
Sorry Benoit .-moz-opacity is not a valid javascript variable name. The -moz-opacity property should only be used inside the style property of the div or inside a style sheet. -- Raymond Irving > Benoit > > On Tuesday, March 4, 2003, at 08:52 PM, Raymond > Irving wrote: > > > > > It's now inside cvs. Some more work is needed for > > smoother support with gecko browsers. Can anyone > help > > out? > > > > -- > > Raymond Irivng > > > > --- Kevin <[EMAIL PROTECTED]> wrote: > >> Very good. Let us know when the code update and > >> example > >> are in CVS. Thanks. > >> > >> ----- Original Message ----- > >> From: "Leif W" <[EMAIL PROTECTED]> > >> To: "DynAPI-Dev" > <[EMAIL PROTECTED]> > >> Sent: Tuesday, March 04, 2003 8:10 PM > >> Subject: Re: [Dynapi-Dev] New Fader Animation > Class > >> > >> > >>> That's most excellent. > >>> > >>> ----- Original Message ----- > >>> From: "Raymond Irving" <[EMAIL PROTECTED]> > >>> To: "DynAPI-Dev" > >> <[EMAIL PROTECTED]> > >>> Sent: Tuesday, March 04, 2003 2:12 PM > >>> Subject: [Dynapi-Dev] New Fader Animation Class > >>> > >>> > >>>> Hi, > >>>> > >>>> I've created a new fader class for dynapi. > check > >> it > >>>> out here: > >>>> > >>>> > >> > > > http://www24.brinkster.com/dyntools/next/examples/dynapi.fx.fader.html > >>>> > >>>> Any Comments? > >>>> > >>>> PS. It currently only works in IE (other will > be > >>>> supported sooon). > >>>> > >>>> -- > >>>> Raymond Irving > >>>> > >>>> > >> > __________________________________________________ > >>>> Do you Yahoo!? > >>>> Yahoo! Tax Center - forms, calculators, tips, > >> more > >>>> http://taxes.yahoo.com/ > >>>> > >>>> > >>>> > >> > > > ------------------------------------------------------- > >>>> This SF.net email is sponsored by: Etnus, > makers > >> of TotalView, The > >>> debugger > >>>> for complex code. Debugging C/C++ programs can > >> leave you feeling lost and > >>>> disoriented. TotalView can help you find your > >> way. Available on major UNIX > >>>> and Linux platforms. Try it free. www.etnus.com > >>>> _______________________________________________ > >>>> Dynapi-Dev mailing list > >>>> [EMAIL PROTECTED] > >>>> > >> > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > >>>> > >>> > >>> > >>> > >>> > >>> > >> > > > ------------------------------------------------------- > >>> This SF.net email is sponsored by: Etnus, makers > >> of TotalView, The debugger > >>> for complex code. Debugging C/C++ programs can > >> leave you feeling lost and > >>> disoriented. TotalView can help you find your > way. > >> Available on major UNIX > >>> and Linux platforms. Try it free. www.etnus.com > >>> _______________________________________________ > >>> Dynapi-Dev mailing list > >>> [EMAIL PROTECTED] > >>> > >> > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > >> > >> > >> > >> > > > ------------------------------------------------------- > >> This SF.net email is sponsored by: Etnus, makers > of > >> TotalView, The debugger > >> for complex code. Debugging C/C++ programs can > leave > >> you feeling lost and > >> disoriented. TotalView can help you find your > way. > >> Available on major UNIX > >> and Linux platforms. Try it free. www.etnus.com > >> _______________________________________________ > >> Dynapi-Dev mailing list > >> [EMAIL PROTECTED] > >> > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.yahoo.com/ > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers > of TotalView, The > > debugger > > for complex code. Debugging C/C++ programs can > leave you feeling lost > > and > > disoriented. TotalView can help you find your way. > Available on major > > UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Dynapi-Dev mailing list > > [EMAIL PROTECTED] > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
