OK, I have literally searched all over the net to figure out how to implement Solpart with a different image for each item, no matter which level it is at and I think I have the answer. Problem is I don't know enough j a v a s c r i p t or enough about the menu node collection to implement the solution.
So,,, here is my explanation, and perhaps someone can create the code snippet needed to solve this problem, finally, once and for all. Each page is capable of uploading an image to be used as the "page icon" which then is consumable in the menu as the .MainMenu_MenuIcon property which appears to the left of the menu item when styled in CSS. I KNOW that image could be accessed through a bit of j a v a s c r i p t used IN the CSS file for the background: url(); property for a menu item.
All it would really be doing is using a snippet of j a v a s c r i p t to access an image already available to the menu, and having it load that image as the background to an image item. BUT, with that snippet we could all then have a different image for literally every menu item at every level of the menu.
This would make it SOoooooooo, much easier to implement multiple menus with Solpart, or any other of the menu providers as that same snippet would probably work for all of them IN the CSS for the menu.
Any takers for this challenge? I will keep working on it, so any suggestions would also be welcome, as well as a complete usable snippet.
Clay