[Javascript] show-hide layers in NN 6

Anthony Webster Anthonywebster at venda.com
Wed Aug 21 02:54:36 CDT 2002


// if Netscape 6
if (document.getElementById) {
	layer.style.visibility = "visible";
}

this works in netscape 6

you can view the source on this page for an example: www.aversion.tv

anthony

-----Original Message-----
From: HARRY W LOVE [mailto:hlove at u.washington.edu]
Sent: 21 August 2002 07:18
To: javascript at LaTech.edu
Subject: Re: [Javascript] show-hide layers in NN 6


On Tue, 20 Aug 2002, Manuel Socarras Reyes wrote:

>   it works fine in
> W'2000: IE 6.0, NN 4.7
> MacOS 9.0.4: IE 5.0, IE 5.1, NN 4.78
> 
> it doesn't work in NN 6.2.1, neither in Windows nor in Mac. i guess it 
> has something to do with the new DOM in NN 6. TIA,
> 
> ---------------------------------------------------------------------------- 

Manuel,
Please provide a URL that we can test.  The error usually jumps out when the script is attached to an actual page.

Regards,
Harry

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list