Page 1 of 1
enlarge the product image with IE9
Posted: Mon Apr 25, 2011 10:39 am
by lnboy
I use IE9 Browser to see my shop(version 1.4.9.4):
like the photo above, when i enlarge the product image,
i can only see the half of the image!!
how should i fix the problem?
in IE 6~8 and Firefox , Chrome ...they are normal...

Re: enlarge the product image with IE9
Posted: Mon Apr 25, 2011 1:32 pm
by mandamexico
Click on compatibility view next to the reload button. It should be on the address bar on ie9. For some reason Microsoft hasnt updated the browser to be backward compatible with all sites yet. It should be fixed within the year (or hopefully couple months). This was an issue for ie8 as well but noticed that sites became compatible and didnt require to click on compatibility view anymore.
Remember ie9 is in beta and still new. Not many people have it yet and there should be many fixes and updates to come. If its an eye sore then just down grade or use another browser.
Cheers,
Christian
Re: enlarge the product image with IE9
Posted: Mon Apr 25, 2011 7:35 pm
by Moggin
There have been a couple of threads about this already.
Possible fix here
http://forum.opencart.com/viewtopic.php ... 25#p144633
Re: enlarge the product image with IE9
Posted: Mon Apr 25, 2011 7:58 pm
by Xsecrets
mandamexico wrote:
Remember ie9 is in beta and still new.
actually not it's not beta anymore it's fully released and being pushed by microsoft.
Re: enlarge the product image with IE9
Posted: Wed Apr 27, 2011 8:41 pm
by traceofwind
Hi,
There is a simple fix, but it does come with a caveat. The change is pretty simple -in a nutshell, replace "top: 50%" with "bottom: 10%" -you are telling CSS stylesheet to position the lightbox relative to the bottom of the screen rather than the center (center = top/2 = 50%). The slight problem however (and this is why I would call this an interim fix) is that on larger (high resolution) screens your lightbox may appear off center.
I've attached a screenshot which shows how lightboxes (with this fix) may appear on smaller and larger screens.
Here is the full explanation:
Source:
http://www.honk.com.au/index.php/2009/0 ... -78-ie-78/
How it looks on small and larger screens:
I'll try and revisit this problem in the future with a more permanent solution.
Best regards,
Gary