T Carr wrote: > www.artbell.com is one of my favorite sites. > > However, if you check Bells web site in IE (any version except 3.x) and > Opera, you will see that the navigation bars work. However, they do not > work in any iteration of Netscape 6.x or Mozilla.
The JavaScript console is your friend :-) "Error: document.layers has no properties." Mr Bell thinks Mozilla is Netscape 4.x and is sending it JavaScript containing references to document.layers. He needs to write a version of his mouseovers that conform to W3C standards and present them to Mozilla. Gerv
