There's no reason why you have to "hard code", or move the entire contents of ddsmoothmenu.js directly inline onto your page. To configure the paths to the arrow images, inside the .js file, simply specify absolute URLs to them when in doubt:
Code:
arrowimages: {down:['downarrowclass', 'http://mysite.com/images/down.gif', 23], right:['rightarrowclass', 'http://mysite.com/images/right.gif']},
reduce the drop down time
That can also be configured easily directly inside the .js file:
Code:
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
and perhaps:
Code:
showhidedelay: {showdelay: 100, hidedelay: 200}, //set delay in milliseconds before sub menus appear and disappear, respectively
Bookmarks