Is there any documentation or reference for the Mozilla web browsers.
Some of my older Netscape code doesnt work and the IE code
still doesnt work
.
The problem - actually problems - are not with the Mozilla browsers,
but with the _code_ written to work on the others.
Netscape (before Mozilla) was not very standard - to put it rather
mildly - and used proprietary coding options that nothing else did.
Microsoft - ok, I admit it, much as I hate being a Redmond-basher in
this way - was and is worse. More of its code is proprietary than is
standard... although I will leap to their defence and point out that
the newer versions of IE are quite happy to accept and run *most*
standard code.
Check out the group FAQ and you will find much detail on the various
"features" but the ones to look out for particularly are:-
Do not use document.layers - pre-Mozilla Netscape proprietary code.
Do not use document.all - Microsoft proprietary code.