Forum Moderators: open
I want to replace the "null" there with something that would get my script working under Netscape, but how do I reference ALL the DIV tags?
In old Netscape - that is, non DOM-1 compliant - the array was document.layers[].
HTH
ex:
var layers = document.getElementsByTagName("div");
(No guarantees on the syntax, mind you..)