X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Weird underline under thumbnails (Firefox)? (https://forum.x-cart.com/showthread.php?t=25856)

ranger82nd 10-18-2006 06:18 AM

Re: Weird underline under thumbnails (Firefox)?
 
Try replacing:
Code:

{* New Dynamic Image Mod - TelaFirma *}
{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url class="NoBorder" alt=$products[product].product|escape}
{* /New Dynamic Image Mod - TelaFirma *}
<BR>{$lng.lbl_see_details}</A>

with this:
Code:

{* New Dynamic Image Mod - TelaFirma *}
{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url class="NoBorder" alt=$products[product].product|escape}</A><BR>
<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{$lng.lbl_see_details}</A>
{* /New Dynamic Image Mod - TelaFirma *}

BACKUP YOUR ORIGINAL FILE!

Scott DeToffol 10-18-2006 06:24 AM

Re: Weird underline under thumbnails (Firefox)?
 
It works. ranger82nd - you rock! Thanks for your help.

ranger82nd 10-18-2006 06:27 AM

Re: Weird underline under thumbnails (Firefox)?
 
:wink:
You still have an issue with a line under your Buy Now button though!

Scott DeToffol 10-18-2006 06:31 AM

Re: Weird underline under thumbnails (Firefox)?
 
Yeah, but that one doesn't bother me too much. Kinda looks ok. I plan on changing the button at some point, so I'll tackle that one when the time comes.

Thanks again for your help.

ranger82nd 10-18-2006 06:34 AM

Re: Weird underline under thumbnails (Firefox)?
 
You know what, that is the table width in your buttons/button.tpl you see it in IE also! Just make the table width slightly smaller, that should fix that also.


All times are GMT -8. The time now is 10:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.