jacky_chen84
12-14-2004, 02:22 AM
i m using dreamweaver asp.net vb to develop my webpage...
i find problems in handling layers in the scripting part...
my code:
<div id="MemberMenu" style="position:absolute; width:155px; height:267px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF; visibility: hidden;">
my script:
MemberMenu.visibility = visible
the compiler keep saying that the "MemberMenu" in the scripting part has not been declared...what is the problem here?..someone please help...thx
i find problems in handling layers in the scripting part...
my code:
<div id="MemberMenu" style="position:absolute; width:155px; height:267px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF; visibility: hidden;">
my script:
MemberMenu.visibility = visible
the compiler keep saying that the "MemberMenu" in the scripting part has not been declared...what is the problem here?..someone please help...thx