Is it just the arrows that don't show up? If so, you could try preloading them. Add this highlighted code at the very end of the ddsmoothmenu.js script script as shown:
Code:
. . . else{ //else if markup menu
ddsmoothmenu.buildmenu($, setting)
}
})
}
} //end ddsmoothmenu variable
;(function(ims){
var p = [];
for (var i = ims.length - 1; i > -1; --i){
p[i] = new Image();
p[i].src = ims[i];
}
})([ddsmoothmenu.arrowimages.down[1], ddsmoothmenu.arrowimages.right[1]]);
If it's something else, please be specific. Also, put up a demo of the problem somewhere on the web where we can see it.
Bookmarks