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)
-   -   Design problem need someone to check please. Browser issues (https://forum.x-cart.com/showthread.php?t=6044)

jaru2 01-15-2004 11:52 AM

Design problem need someone to check please. Browser issues
 
Hello,
I just spoke to a friend of mine who was looking at my store and he said that my products were below the view area and he had to scroll down to see them. On my computer they are at the top and it all looks fine. So if someone else could pull up my store area and tell me if they see the images at the top or are they way down thet page? Click the link and then click - crystal shapes- and let me know what you see and what browser version you are using.
http://www.petcrystal.com/store/cart.php

I did get the code for loading 3 images in a row from this forum. Is their a problem with that code? I coould not see anything that stood out to me? But I am a newbie. I would like to keep the 3 images in a row is possible.

lanawhittaker 01-15-2004 12:16 PM

Looks good to me...I'm using Internet Explorer 5.2 for Mac.

dealsondeals 01-15-2004 12:21 PM

Internet Explorer 5.5 - I had to scroll down to see the images. You may want to check your <td> tags and make sure they have valign=top in them.

HTH

Glen

jaru2 01-15-2004 12:30 PM

Which table should I change? Main or Category?
 
Would I change or check that in my product area code or main site layout?

This is my product code -

{* Product list inside a category *} <SPAN IF="dialog.category.hasProducts()">
<!-- Note: customized!
-->
{pager.display()}
<TABLE CELLPADDING="5" CELLSPACING="0" BORDER="0" WIDTH="100%">
б═ <TBODY FOREACH="split3($t->products),row">
б═ <TR>
б═ б═<TD VALIGN="center" FOREACH="row,product" ALIGN="center" WIDTH="33%">
б═ б═ б═
б═ б═ б═[img]{product.getThumbnailURL()}[/img]
б═ б═</TD>
б═ </TR>
б═ <TR>
б═ б═<TD VALIGN="top" FOREACH="row,product" ALIGN="center" WIDTH="33%">
б═ б═<FONT IF="product" CLASS="ProductTitle">{product.get(#name#):h}</FONT>

б═ б═<FONT IF="product" CLASS="ProductPrice">{price_format(product,#list_p rice#):h}</FONT>б═ </TD>
б═ </TR>
б═ <TR>
б═ б═<TD COLSPAN="3">[img]images/spacer.gif[/img]</TD>
б═ </TR>
б═ </TBODY>
</TABLE>
{pager.display()} </SPAN> <SPAN IF="!dialog.category.hasProducts()"> There are
no avalable products in this category. </SPAN>

shan 01-16-2004 06:24 AM

please dont cross post your questions

leon 01-16-2004 06:38 AM

IE6, nice view, no problems. Nice hack on product listing also :wink:


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

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