I'm a real amateur when it comes to javascript... I've been around it for years and played with it, but I've mostly used borrowed scripts. This one was posted on the web for a menu dropdown. It works in all browsers but I get an error in IE pointing to the 4th line in this script:
Code:
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");