1) Script Title: All Levels Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu/index.htm
3) Describe problem: I want to remove the automatic arrow down for drop down menus, but when I go into the javascript and find the line that adds it:and delete the ": "downarrowpointer"" part, the functions stops working completely.Code:var arrowpointer=(dir=="sidebar")? "rightarrowpointer" : "downarrowpointer" this.addpointer(menulink, arrowpointer, this[arrowpointer]) this.buildmenu(mainmenuid, menulink, dropul, this.ulindex, true, dir)
Help?



Reply With Quote


Bookmarks