Guest_imported
New member
- Jan 1, 1970
- 0
Hi.
I have a function:
function Menu(mlayer) {
if (navigator.appName == "Netscape" {
document.layers['total'].document.layers[mlayer].visibility = "visible";
} else {
document.all[mlayer].style.visibility="visible";
}
}
which makes a certain layer visible, right? but I also want to move the layer to where the mouse is... any ideas?
Thanks!
-NeXius
I have a function:
function Menu(mlayer) {
if (navigator.appName == "Netscape" {
document.layers['total'].document.layers[mlayer].visibility = "visible";
} else {
document.all[mlayer].style.visibility="visible";
}
}
which makes a certain layer visible, right? but I also want to move the layer to where the mouse is... any ideas?
Thanks!
-NeXius