View Single Post
  #36  
Old 05-31-2005, 05:21 AM
 
shealey shealey is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 8
 

Default Moving dropdown box into manufacturers box

I have applied the above code to create a drop down box for manufacturers. However, I cannot seem to get the dropdown box to move inside the menu box with label Manufacturers, and to be the same width as the box. Can anyone please help me with achieving this? I have searched and searched with no results. I created a file called manufacturers.tpl and called this in customer/home.tpl as below.
Code:
<TD width="150" valign="top"> {if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")} { include file="customer/categories.tpl" } {/if} {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Manufacturers ne "" and $config.Modules.manufacturers_menu eq "Y"} { include file="customer/manufacturers.tpl" } {/if}
this is just a portion of it as its quite long. If anyone could please help me it would really appreciated!! Thanks!
__________________
szone
xcart v 4.0.12 [win]
Reply With Quote