TechnicalAnalysis
Programmer
Can someone tell me the JavaScript syntax to move a layer for Netscape 6+?
I know that it's something like this for Netscape4.x
document.layers.whichone.top=something;
And it's this for IE.
document.all.whichone.style.top=something;
What's it for Netscape 6?
Thanks
I know that it's something like this for Netscape4.x
document.layers.whichone.top=something;
And it's this for IE.
document.all.whichone.style.top=something;
What's it for Netscape 6?
Thanks