View Single Post
  #1  
Old 03-01-2004, 09:13 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default menu.tpl background image problem

hello,
I wanted to use the background image in the menu like one used wildshopping.com/customer/home.php

Here is my code for menu.tpl
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="26">[img]{$ImagesDir}/menu_bg_orange.gif[/img]</td> <td background="{$ImagesDir}/menu_bg_orange.gif"><font class=VertMenuBoxNewsTitle>{$menu_title}</font></td> </tr> </table><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" class="VertMenuBorder">[img]{$ImagesDir}/menu_bg_orange.gif[/img]</td> <td class="VertMenuBox"> <TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> <TR> <TD width="80%" class=VertMenuBox nowrap>{$menu_content} </TD> </TR> </TABLE> </td> <td width="1" class="VertMenuBorder">[img]{$ImagesDir}/menu_bg_orange.gif[/img]</td> </tr> <tr> <td width="1" height="1" class="VertMenuBorder">[img]{$ImagesDir}/spacer.gif[/img]</td> <td height="1" class="VertMenuBorder">[img]{$ImagesDir}/spacer.gif[/img]</td> <td width="1" height="1" class="VertMenuBorder">[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> </table>

It shows the background image correctly but in the dingbats area it shows squre empty space !!
Like this.. http://www.gujaratibooks.com/temp/dingbats_problem.jpg

I don't want to use dingbats instead I want to use image which would be match with my background color like one used at wildshopping.com.

So what need to be change for this ?
Any help would be appriciated
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote