Re: How to access property of a LAYER within Jscript?
From: Martin Honnen (mahotrash_at_yahoo.de)
Date: 06/08/04
- Next message: Edgar Madrid: "550 cert: permission denied"
- Previous message: Edgar Madrid: "550 cert: permission denied"
- In reply to: José Joye: "Re: How to access property of a LAYER within Jscript?"
- Next in thread: José Joye: "Re: How to access property of a LAYER within Jscript?"
- Reply: José Joye: "Re: How to access property of a LAYER within Jscript?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 08 Jun 2004 18:09:51 +0200
José Joye wrote:
> This sounds like I'm not using the good reference guide for JavaScript (I'm
> using the version 1.3 of Client Script from Netscape).
> What will be the correct reference guide to use for writting against new
> browser?
Start with reading the http://jibbering.com/faq/, in particular
http://jibbering.com/faq/#FAQ2_8
and
http://devedge.netscape.com/viewsource/2001/updating-dhtml-web-pages/
> As a side note, I was not really trying to update the with of my Layer (this
> was just a sample). What I'm hopping to do is to place within a layer a kind
> of footer that will stay visible at the end of the window and stay there if
> we resize the window or use the scroll bars.
With CSS 2 you can use
position: fixed;
bottom: 100%;
to achieve that without scripting. Mozilla, Netscape 7, Opera 7 should
all support that, only IE on Win doesn't do that.
-- Martin Honnen http://JavaScript.FAQTs.com/
- Next message: Edgar Madrid: "550 cert: permission denied"
- Previous message: Edgar Madrid: "550 cert: permission denied"
- In reply to: José Joye: "Re: How to access property of a LAYER within Jscript?"
- Next in thread: José Joye: "Re: How to access property of a LAYER within Jscript?"
- Reply: José Joye: "Re: How to access property of a LAYER within Jscript?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|