TJJ
05-13-2003, 11:10 AM
I can't seem to get this to work on my cascademenu.css page. I have added this code after the 'Body' and before the 'Menu' coding but the timeout function doesn't seem to work.
var callFunction = "hideMenuHelper()";
function hideMenu() {
setTimeout(callFunction, 500);
}
function hideMenuHelper {
document.getElementById("elementID").style.visibility = "hidden";
}
var callFunction = "hideMenuHelper()";
function hideMenu() {
setTimeout(callFunction, 500);
}
function hideMenuHelper {
document.getElementById("elementID").style.visibility = "hidden";
}