Images in menu
Normally you can't "vertically stack" text and images on top of each other on what you might imagine as the "surface" layer of a table cell. Using straight html, you'd have to use the image as the background image in the table cell.
Keep in mind that to do so without the image tiling (repeating) itself, you'd either need to set up a CSS style specifying 'no repeat' or you'd have to lock down the cell width and height using absolute values instead of % values.
|