Tricks for CuteMenus
Hiding Icons on disabled menus
If you don't want to see icons on menu-items wich are disabled (inactive) put the fallowing code in your UserChrome.css :
menuitem[disabled=true] > hbox > image {
visibility: hidden !important;
}
Changing Icons
If you want to change the default icons that comes with CuteMenus, you have to open cutemenus.jar (with any archive program) which should be either in
your profile/chrome or Firefox/chrome directory. When you open the jar file you'll see a directory called res, here are all icons
that CuteMenus use. You can now overwrite them with your own images, but remember that they should be *.png and prefered size is 16x16