Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Problems with VertMenuLeft

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-28-2009, 10:50 AM
 
gotpump gotpump is offline
 

eXpert
  
Join Date: Aug 2008
Posts: 272
 

Default Problems with VertMenuLeft

So I've added some images to the left vert menu with the file buttonbox.tpl

What's happening is only in IE it's stretching the left colum out way larger then the images below. I have the same thing on the VertmenuRight without this effect.

Anyone know how to correct this problem?

What I have in my buttonbox.tpl is this

Code:
{* $Id: buttonbox.tpl,v 1.20 2005/11/17 06:55:36 max Exp $ *} <div align="center"><a href="{$http_location}/promo-codes-amp-hot-deals.html"><img src="{$ImagesDir}/giftgirl.gif"/> <div align="center"><a href="{$http_location}/promo-codes-amp-hot-deals.html"><img src="{$ImagesDir}/advergif.gif"/>

Any help would be great.
__________________
X-Cart DB Version: 5
Reply With Quote
  #2  
Old 02-28-2009, 10:53 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Problems with VertMenuLeft

That's because you are missing the closing <div>. Also, never use http_location, as that will cause problems in https mode. Correct code is:

<div align="center"><a href="promo-codes-amp-hot-deals.html"><img src="{$ImagesDir}/giftgirl.gif" alt="" /></div>
<div align="center"><a href="promo-codes-amp-hot-deals.html"><img src="{$ImagesDir}/advergif.gif" alt="" /></div>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 02-28-2009, 10:56 AM
 
gotpump gotpump is offline
 

eXpert
  
Join Date: Aug 2008
Posts: 272
 

Default Re: Problems with VertMenuLeft

Thank you once again!
__________________
X-Cart DB Version: 5
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:25 PM.

   

 
X-Cart forums © 2001-2020