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)
-   -   Mac OS X problems with IE 5.2 (https://forum.x-cart.com/showthread.php?t=18014)

zicherd 11-16-2005 05:05 AM

Mac OS X problems with IE 5.2
 
I have done some changes to the template and so far most of the browsers look good, with the exception of IE 5.2 for the mac. It is fine on Safari.

The problem lies in the home.tpl, the head.tpl and bottom.tpl are in the correction positions. The home.tpl is lying over the bottom.tpl?

Here is my question. Has anyone had any problems with a background image inside the table in the body section? Like this?

Code:

<TABLE border="0" width="800" cellpadding="0" cellspacing="0" align="left">
<TR>
  <TD width="6" rowspan="3"></TD>
  <TD colspan="4" valign="top">[img]{$ImagesDir}/blue.jpg[/img]</TD>
  </TR>
<TR>
<TD width="150" valign="top" background="{$ImagesDir}/frontpageleft.jpg">


I am at a loss and could not find many other posts specific to IE 5.2 with home.tpl doing this. Again, it looks good in Win IE, Opera, Foxfire, Safari, and only have a problem with Mac IE. If you see something else please let me know.

Thanks for any help offered.

balinor 11-16-2005 05:15 AM

You should use CSS to set background images, not the old 'background' tag, as that is depreciated.

zicherd 11-16-2005 07:50 AM

CSS helped but did not solve it.
 
Thanks for the idea on the stylesheet. Your right, about it needing to be there, but I did not take the time to play with the positioning on the page using CSS. I have it there now, but I still have the home.tpl showing on top of the bottom.tpl.

BTW I still need to work on the positioning of that image so disregard it for the time being.

harrismichael 11-16-2005 07:53 AM

People still us IE on the mac ?? It hasn't shipped as a part of OS X since 10.3.


You're talking really small user % here.

zicherd 11-16-2005 08:09 AM

Small %
 
Your right, it is a small percentage, but I try to go through all of the browsers that I can, and found this one problem.

If I cannot solve it, then I will use your reasoning that it will have a small effect on the total userbase, but it makes the website totally useless for that one particular user. It is not just annoying, it is useless.

balinor 11-16-2005 08:09 AM

Make sure you don't have an open table cell somewhere. And yes, you should always optimize and test your site for ALL browser/platform combos. You wouldn't close your brick and mortar store for someone wearing a Mac t-shirt, nor should you make it useless for them on the web. It's just throwing away potential business.

zicherd 11-16-2005 08:31 AM

Open Table
 
OK, it was an open TD tag in the rectangle_top.tpl.

I forgot about that template. It still has some things hosed up, but those are managable.

Thank for helping me notice something small.

balinor 11-16-2005 08:33 AM

Careful with rectangle_top.tpl...that main open <td> tag is closed in rectangle_bottom.tpl.

zicherd 11-16-2005 08:50 AM

Not the right one
 
Well, that did fix the problem in the IE, but your right, it hosed the other ones up with taking the bottom out.

Still looking for an open cell.

harrismichael 11-16-2005 09:42 AM

Quote:

Originally Posted by balinor
Make sure you don't have an open table cell somewhere. And yes, you should always optimize and test your site for ALL browser/platform combos. You wouldn't close your brick and mortar store for someone wearing a Mac t-shirt, nor should you make it useless for them on the web. It's just throwing away potential business.


I know that pltform testing and all is very vital. But if you spends hours and hours of very valuable time for maybe 1% of visitors it can change the balance.


But I do hope it works out in the end

zicherd 11-24-2005 04:13 PM

Fixed somewhat
 
In one of my template modifications I added an extra table in the home.tpl. It was just for me to organize myself a little better so I thought that I could try without it and it turned out that my table may have been the problem. The information is now showing correctly in the center section.

However, the image in the css which is static in the background is now gone???

At least it is usable and viewable in all browsers. Thanks for the help to everyone.


All times are GMT -8. The time now is 08:37 PM.

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