View Single Post
  #1  
Old 10-20-2006, 08:05 PM
 
illumination illumination is offline
 

Member
  
Join Date: Aug 2006
Posts: 12
 

Default Vertical Menu Width...

Hi everyone..

I'm trying to get my vertical menus to have the same width.
I have header gifs for them all that are 166px and I would like the whole menu to be that width - I can't seem to get it exactly right though...

Here's what I'm using:

-------------------------------------
<TABLE border="0" cellpadding="0" cellspacing="0" width="166">
<TR>
<TD class="VertMenuBorder">
<TABLE border="0" cellpadding="1" cellspacing="1" width="166">
<TR>
<TD class="VertMenuTitle">&nbsp;&nbsp;{$link_begin}<IM G src="{$ImagesDir}/{if $dingbats ne ''}{$dingbats}{else}spacer.gif{/if}" width="166" height="24" border="0" align="left">{$link_end}&nbsp;&nbsp;
{if $link_href}
<A href="{$link_href}"><FONT class="VertMenuTitle">{$menu_title}</FONT></A>
{else}
<FONT class="VertMenuBoxNewsTitle">{$menu_title}</FONT>
{/if}
</TD>
</TR>
<TR>
<TD class="VertMenuBox">
<TABLE border="0" cellpadding="5" cellspacing="1" width="166">
<TR>
<TD>{$menu_content}<BR></TD></TR>
</TABLE>
</TD></TR>
</TABLE>
</TD></TR>
</TABLE>

-------------------------------------
Any thoughts?

Cheers, Heath.
__________________
Illumination Records
X-Cart 4.0.19
Windows XP.
Reply With Quote