View Single Post
  #3  
Old 10-29-2007, 05:38 AM
 
guy gregor guy gregor is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 31
 

Default Re: vertmenuleftcolumn

Quote:
Originally Posted by balinor
If you want to space it out, I'd add a new <div> around the three menu includes, but inside the VertMenuLeftColumn class. Then, you can add 10px of padding to the VertMenuLeftColumn class.

many thanks balinor, ive been fiddling with for ages to no success !

just for the record, i ended up with this in home.tpl

<td class="VertMenuLeftColumn">
<div class=guybox>
{include file="customer/categories.tpl" }
<p />&nbsp;
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}
<p />&nbsp;
<img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" />
</div>

and then added this to the css file

.guybox {border:2px solid #3399ff;margin:2px;}

you can then move the menu boxes around inside the box with the vertmenuleftcolumn css , and change backgound colour etc.

guy
__________________
Xcart Gold 4.1.7
Reply With Quote