Do Gecko-based browsers support Layers just as Netscape Navigator 4.x did?
No, neither Mozilla (nor Mozilla based browsers such as Netscape) support Layers, even though Netscape 4.x did. This is because Mozilla was designed to comply with web standards. Layers were not part of any established web based standard, and hence are not supported by Mozilla. A better option would be to use a JavaScript navigation menu which employs object-support detection. Thus, such a script would test whether the browser supports W3c.org standards, or whether it supports proprietary methods (document.all and document.layers) and thus work very well with new standards-compliant browsers, and acceptably with older non-standard compliant ones. An example of such a JavaScript navigation menu can be found at Peter-Paul Koch’s JavaScript menu website. It is also possible to use JavaScript to detect which browser is accessing a page, and thus direct the browser to the appropriate page. Thus, standards compliant content can be served to Mozilla (and other standards compliant browsers), w