[mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 6:47 PM
To: [EMAIL PROTECTED]
Subject: RE: [Dynapi-Help] width of browser window
Annoyingly onResize also occurs when the page gets loaded, so if you want a
"real onResize" you need to compare the initial width and height with the
al
> Strider
> Sent: lunes, 14 de mayo de 2001 0:22
> To: [EMAIL PROTECTED]
> Subject: RE: [Dynapi-Help] width of browser window
>
>
> It throws an onResize event.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
>
It throws an onResize event.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, May 13, 2001 2:56 PM
To: [EMAIL PROTECTED]
Subject: RE: [Dynapi-Help] width of browser window
Michael, thanks for the tip...works as
: [EMAIL PROTECTED]
Subject: Re: [Dynapi-Help] width of browser window
just use the getWidth() method of the dyndocument that you have added the
layer to.
[EMAIL PROTECTED] wrote:
> Hi all,
>
> Newbie question: If I want to create a layer called "menubar" that is the
> width o
There is also a JS value called screen.width if you want the screen width
and not the window
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
just use the getWidth() method of the dyndocument that you have added the
layer to.
[EMAIL PROTECTED] wrote:
> Hi all,
>
> Newbie question: If I want to create a layer called "menubar" that is the
> width of the frame that it is currently in. Since i do not know the width
> before hand because
Hi all,
Newbie question: If I want to create a layer called "menubar" that is the
width of the frame that it is currently in. Since i do not know the width
before hand because the user can resize it, what do I pass to:
menubar = new DynLayer();
menubar.setSize(,25)