View Single Post
  #2  
Old 10-16-2008, 04:46 PM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Setting a bottom verticle menu box

Try
<tr><td = class"VertMenuBottomBox">&nbsp;</td></tr>
instead of
<tr><td><td width="100%" background="{$ImagesDir}/menubottombg.gif"></td></tr>
(It appears you have an extra "<td>")

But first add
width: 100%;
to your css in the VertMenuBottomBox class.

This should make your cell (between the <td>'s) fill with the image, and be the width you specified (100%). You may or may not need the "&nbsp;" (which is an undefined space).
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote