I am trying to create a simple layer using <DIV> and CSS positioning. Here is my function to show the "layer"
function show() {
if document.layer1.visibility = "show"
if (ie) layer1.style.visibility = "visible"
}
when i call show() from <A HREF="#" onmouseover="show()"> it doesn't work for me in Netscape but it works fine for me in IE.
Any suggestions?
Thanks muchly!
John
function show() {
if document.layer1.visibility = "show"
if (ie) layer1.style.visibility = "visible"
}
when i call show() from <A HREF="#" onmouseover="show()"> it doesn't work for me in Netscape but it works fine for me in IE.
Any suggestions?
Thanks muchly!
John