AW: [thelist] Netscape 6 (Layers Equivalent)

Wolfgang Klinger hermann.klinger at chello.at
Wed Feb 13 10:25:47 CST 2002


hiya!

use

if (document.getElementById)
{
  document.getElementById (id)....
  ....
}

for NS6 to access whatever you need ...
(e.g. document.getElementById('blubl').style.top=...)

(you'll have to specify an id for everything like
<div id="blubl"></div> to access the attributes
this way)

hope this solves your problems ...

Wolfgang

>
> Von: gregory.john.toland at census.gov
> Datum: 2002/02/13 Mi PM 03:40:23 GMT+01:00
> An: thelist at lists.evolt.org
> Betreff: [thelist] Netscape 6 (Layers Equivalent)
>
> With the increase usage in Netscape 6 it is time to make sure my web site
> functions correctly.  In many places I have code like...
>
>    if (document.all)
>    {
>       ...
>    }
>
>    if ( document.layers)
>    {
>       ...
>    }
>
> None of my content now appears in NN6.  Can anyone show me the proper way I
> should be coding this?  Can anyone point me to a good resource for the DOM
> model under Netscape 6.  I am looking for what many of you experts use as a
> guide.  Thanks so much!
>
> Gregory J Toland
> Sr. Systems Architect
> XWare Systems Inc.
> gtoland at xwaresys.com
>
>
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>

---------------------------
wazum-mail ;-)
e-mail: wolfgang at wazum.com
web: http://www.wazum.com





More information about the thelist mailing list