kpsony
09-01-2008, 09:58 PM
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:
var arrowpointer=(dir=="sidebar")? "rightarrowpointer" : "downarrowpointer"
this.addpointer(menulink, arrowpointer, this[arrowpointer])
this.buildmenu(mainmenuid, menulink, dropul, this.ulindex, true, dir)
and delete the ": "downarrowpointer"" part, the functions stops working completely.
Help?
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:
var arrowpointer=(dir=="sidebar")? "rightarrowpointer" : "downarrowpointer"
this.addpointer(menulink, arrowpointer, this[arrowpointer])
this.buildmenu(mainmenuid, menulink, dropul, this.ulindex, true, dir)
and delete the ": "downarrowpointer"" part, the functions stops working completely.
Help?