ZeusEX
09-15-2006, 07:16 PM
Hi,
I just started learning JavaScript and i'm having some difficulties.
And I think this is a easy problem. But I can't find the solution... :( :confused:
I put a layer in my document with the visibility style "hidden".
And when i call a function i want to make this visible... How will i do?
I tried this
function show(){
document.menu.style.visibility = "visible"
}
but it didn't work...
HELP ME!
I just started learning JavaScript and i'm having some difficulties.
And I think this is a easy problem. But I can't find the solution... :( :confused:
I put a layer in my document with the visibility style "hidden".
And when i call a function i want to make this visible... How will i do?
I tried this
function show(){
document.menu.style.visibility = "visible"
}
but it didn't work...
HELP ME!