View Single Post
  #2  
Old 06-21-2004, 01:43 AM
 
suzstephens suzstephens is offline
 

Member
  
Join Date: Jun 2004
Posts: 19
 

Default 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.
Reply With Quote