#2 I think you do. It's not very complicated though, change this:
Code:
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},
into this:
Code:
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
arrowimages: {down:['downarrowclass', 'http://www.dinoflash.com/tutorialms/down.gif', 23], right:['rightarrowclass', 'http://www.dinoflash.com/tutorialms/right.gif']},
or this:
Code:
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
arrowimages: {down:['downarrowclass', '../tutorialms/down.gif', 23], right:['rightarrowclass', '../tutorialms/right.gif']},
Bookmarks