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