|

Does cs-cart 2.0.5 fully tested in IE6 and IE7?
Posted 02 July 2009 - 02:46 AM #1
I have a lot of problems in IE6 and IE7 on product detail page and the popup image viewer.
Those problems waste a lot of my time!
Posted 02 July 2009 - 09:36 AM #3
Your image popup can center in IE6 and IE7?I am facing the logo problem, logo not apperaing on their.
Can you add a new tab in product detail page?
Thanks.
Posted 03 July 2009 - 08:51 AM #4
The image popup will not center in other skin, please just take a look.
Posted 03 July 2009 - 09:23 AM #5
No one knows it all, help others to help yourself
Advertise your site in Style - Free web Link Exchange
Web Bid Directory - Get Listed Now
Posted 03 July 2009 - 09:35 AM #6
Yes, I know it's fine, but I can confirm the bug in other skins.Version 2.0.5 Installed and works fine in both 6 & 7 IE
They forget to update the hacks for IE in other skins!!!
This leads the image popup won't center in other skins.
Anyway, I solved the problem and now I have total control about how to upgrade peacefully, cheers.
Posted 15 July 2009 - 04:58 PM #7
Yes, I know it's fine, but I can confirm the bug in other skins.
They forget to update the hacks for IE in other skins!!!
This leads the image popup won't center in other skins.
Anyway, I solved the problem and now I have total control about how to upgrade peacefully, cheers.
Can you fill me in on the fix for the pop-up image alignment issue in IE7? I did a search for fixes and found several promising threads but no solution.
I've got another IE7 problem with a black background when the image is enlarged and I suspect it has something to do with the opacity setting in styles_ie.css but I'm not sure?
I'm using version 2.0.6 and the computer_shop theme!
thanks!

Posted 15 July 2009 - 05:06 PM #8
Ok, I will post the solution now.Can you fill me in on the fix for the pop-up image alignment issue in IE7? I did a search for fixes and found several promising threads but no solution.
I've got another IE7 problem with a black background when the image is enlarged and I suspect it has something to do with the opacity setting in styles_ie.css but I'm not sure?
I'm using version 2.0.6 and the computer_shop theme!
thanks!
Your background color issue is a bit strange.
Posted 15 July 2009 - 05:17 PM #9
Replace the following code:
#previewer_window { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }with this one:
#previewer_window { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); [COLOR=Red]margin-left: expression(0 - parseInt(this.offsetWidth / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollLeft || document.body.scrollLeft) + 'px'); }[/COLOR]Replace the following code:
#previewer_load { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }With this one:
#previewer_load { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); [COLOR=Red]margin-left: expression(0 - parseInt(this.offsetWidth / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollLeft || document.body.scrollLeft) + 'px'); }[/COLOR]I can not believe that this fix is not included in version 2.0.6! That's why I asked that question in this thread.
Posted 15 July 2009 - 05:33 PM #10
Thanks again!
Jason
Posted 15 July 2009 - 05:53 PM #11
The problem is I don't have the black background issue...That did the trick Joe, seems like such a simple fix. I would have never figured that out. I'm going to submit a ticket on the black background issue. I'll post a new thread if it's a bug with the fix hopefully.
Thanks again!
Jason
Posted 22 July 2009 - 07:39 PM #12
Posted 23 July 2009 - 12:25 AM #13