Shoe wrote:
Well.. there's a javascript error on this line in DropDownMenu1.js:
nodes[i].style.width = (maxWidth - parseInt(nodes[i].currentStyle.paddingLeft) - parseInt(nodes[i].currentStyle.paddingRight)) + "px";
It's failing because maxWidth is zero and it doesn't seem to want to set that value to a negative number. I tried modifying that line on a local copy of the file and it the menu still didn't quite work right but it was closer. Perhaps it has something to do with not setting up the variable values properly.
I'll have more time tonight if you need more help. There's so many functions it would take me a while to figure out how it's supposed to work.
IM me if you're willing to look at this more thoroughly.