To answer your questions:
1) Try editting ddlevelsmenu-base.css, specifically the below rule:
Code:
.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
font-size: 14px;
}
2) The easiest solution actually is just to use a absolute URL for each image's path:
Code:
downarrow: ["http://mysite.com/arrow-down.gif", 11,7], //[path_to_down_arrow, arrowwidth, arrowheight]
rightarrow: ["http://mysite.com/arrow-right.gif", 12,12], //[path_to_right_arrow, arrowwidth, arrowheight]
Bookmarks