How do I join this maillist?

----Original Message Follows----
From: "Richard Bennett" <[EMAIL PROTECTED]>
To: "Quang Nguyen" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: Re: [Dynapi-Help] Question about mailing list
Date: Fri, 9 Nov 2001 18:47:08 +0100

hi,
All the fun stuff goes on on the DynAPI.dev list, but we only keep this in a
very secret archive here:

http://www.mail-archive.com/dynapi-dev%40lists.sourceforge.net/maillist.html

the others are used less, but still active.

----- Original Message -----
From: "Quang Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, November 09, 2001 7:43 PM
Subject: [Dynapi-Help] Question about mailing list


 > Does anyone know if the mailing list dynapi-dev and dynapi-widgetdev 
still
 > exist? When I checked it out, these two mailing lists seem empty of
messages
 > for about one year.
 >
 >
 >
 > ----Original Message Follows----
 > From: Michael Pemberton <[EMAIL PROTECTED]>
 > To: [EMAIL PROTECTED]
 > Subject: Re: [Dynapi-Help] Question about
 > DynLayer.prototype.setBgImage=function(path)
 > Date: Fri, 09 Nov 2001 11:14:46 +1100
 >
 > Because in IE we use url(null) to set the layer to being transparent.  In
 > IE,
 > it will automatically revert to any color is set.  NS4 will not.  For 
this
 > reason, if the path is null, we need to manually revert back to a color.
 >
 > Btw, I suggest that coding related queries be posted to dynapi-dev 
because
 > dynapi-help is designed to be used for usage questions and general
support.
 >
 > Quang Nguyen wrote:
 >
 >  > File: dynlayer.js
 >  > Line 256
 >  >
 >  > DynLayer.prototype.setBgImage=function(path) {
 >  >         this.bgImage=path;
 >  >         if (this.css==null) return;
 >  >         if (is.ns4) {
 >  >                 this.elm.background.src=path;
 >  >                 if (!path) this.setBgColor(this.getBgColor());
 >  >         }
 >  >         else this.css.backgroundImage='url('+path+')';
 >  > };
 >  >
 >  > Why do we need to check if path exist only for netscape4 and not other
 >  > browsers?
 >  >
 >  > _________________________________________________________________
 >  > Get your FREE download of MSN Explorer at
 > http://explorer.msn.com/intl.asp
 >  >
 >  > _______________________________________________
 >  > Dynapi-Help mailing list
 >  > [EMAIL PROTECTED]
 >  > https://lists.sourceforge.net/lists/listinfo/dynapi-help
 >
 > --
 > Michael Pemberton
 > [EMAIL PROTECTED]
 > ICQ: 12107010
 >
 >
 >
 >
 >
 > _______________________________________________
 > Dynapi-Help mailing list
 > [EMAIL PROTECTED]
 > https://lists.sourceforge.net/lists/listinfo/dynapi-help
 >
 >
 > _________________________________________________________________
 > Get your FREE download of MSN Explorer at 
http://explorer.msn.com/intl.asp
 >
 >
 > _______________________________________________
 > Dynapi-Help mailing list
 > [EMAIL PROTECTED]
 > https://lists.sourceforge.net/lists/listinfo/dynapi-help
 >


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to