Does cs-cart 2.0.5 fully tested in IE6 and IE7?

Is cs-cart 2.0.5 fully tested in IE6 and IE7?



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!

I am facing the logo problem, logo not apperaing on their.

[quote name=‘miracles’]I am facing the logo problem, logo not apperaing on their.[/QUOTE]

Your image popup can center in IE6 and IE7?



Can you add a new tab in product detail page?



Thanks.

Sorry, they did test but I think only in Basic skin!



The image popup will not center in other skin, please just take a look.

Version 2.0.5 Installed and works fine in both 6 & 7 IE

[quote name=‘techman’]Version 2.0.5 Installed and works fine in both 6 & 7 IE[/quote]

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.

[quote name=‘joe’]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.[/QUOTE]



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!



[quote name=‘jnproducts’]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!



[/QUOTE]

Ok, I will post the solution now.



Your background color issue is a bit strange.

Open the your skins[Your current skin]\customer\styles_ie.



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.

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

[quote name=‘jnproducts’]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[/QUOTE]

The problem is I don’t have the black background issue…

I made the changes. It doesn’t seem to solve the problem on IE8. Does anyone has the same issue? Thanks in advance.

Does anyone have a fix for the truncated image problem in ie8 and ff? The entire image gets cut off on larger images rather than resizing it. This is particularly an issue when I add additional images.