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...![]()
![]()
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
but it didn't work...Code:function show(){ document.menu.style.visibility = "visible" }
HELP ME!



Reply With Quote
), yet try other property: display: block|none

Bookmarks