Hi Guys,
I ahd a submenu. evrything is working fine. But there is small problem.
Actually the submenus are shown OnMouseOver event only. They r showing. But, the problem is,
when i open my html page in my browser, automatically the submenus are showing first. After that it is working fine.
why it is showing.
Here is my Code
// JavaScript Document
function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible";
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden"
}
Plz help me.
Sudha.
Problem with Submenus
Started by LAMPSudha, May 25 2006 10:22 AM
2 replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












