Icons
In COOLjsMenu Professional you can use images in the menus. Like in the example to the left, images can be of different sizes and can be changed on rollovers.
To define image you have to modify node's "format" field like following:
{code:'Cut', format:{image:"img/cut.gif", oimage:"img/ocut.gif", imgsize:[16,27]}}
"image" is the normal image, "oimage" is the rollover image, and "imgsize" is the size of the image (normal and rollover images must be of the same size).
You also can use images to insert menu into your graphically rich design smoothly.