thank you for explaining that to me.  I need to get my head out of the 
sand and stop developing asic's to get back to code.....  I will read 
that page and see what it says....

thanks again
chris


Carlfish wrote:

> On Wed, 20 Jun 2001 23:40:06 -0400, Chris Inacio <[EMAIL PROTECTED]> 
>      somehow managed to type:
> 
>>      I have a problem using sites that generate mouse over menus with Java 
>>server pages.  For example, http://www.nikonusa.com is not really 
>>naviagable with mozilla on my machine.
>>
> 
> The page does not use standard DOM in its Javascript code. It uses either
> document.layers or document.all, neither of which are supported in Mozilla
> because they are not part of the W3C standard. If the page were re-coded
> according to the standard (using document.getElementById()), they would
> work in Mozilla.
> 
> See http://sites.netscape.net/ekrockhome/upgrade/standards.html for more
> details.
> 
> Charles Miller
> 



Reply via email to