2.0.7 Image preview bug with ie7

Looks like this was fixed in 2.0.7 but ONLY for the basic skin



ie8





ie7 OR ie8 compatibility mode









The fix

Open \var\skins_repository\base\customer\styles_ie.css



Copy everything between /* Previewer styles */

Or code is below



Then replace the code in \var\skins{active skin}\customer\styles_ie.css


/* Previewer styles */<br />
#previewer_overlay {<br />
	filter: alpha(opacity=10);<br />
}<br />
<br />
#previewer_overlay {<br />
	position: absolute;<br />
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');<br />
}<br />
<br />
#previewer_window {<br />
	position: absolute;<br />
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');<br />
	margin-left: expression(0 - parseInt(this.offsetWidth / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollLeft || document.body.scrollLeft) + 'px');<br />
}<br />
<br />
#previewer_load {<br />
	position: absolute;<br />
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');<br />
	margin-left: expression(0 - parseInt(this.offsetWidth / 2) + (previewer_margin = document.documentElement && document.documentElement.scrollLeft || document.body.scrollLeft) + 'px');<br />
}<br />
<br />
#previewer_hide_select {<br />
     position: absolute;<br />
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');<br />
     filter: alpha(opacity=0);<br />
}<br />
<br />
.drag-window {<br />
	filter: alpha(opacity=0);<br />
}<br />
<br />
/* /Previewer styles */

Duplicate post but hope cs-cart will notice this soon.

hmm, I did search, can you link me?

Anyone else still having problems with this? I’m still getting the previewer ending up down at the bottom corner of the browser, with part of it unviewable. I’m using the basic skin and trying to view with IE8

Firefox works correctly and puts it dead center in the middle of the screen.

I’ve tried the fixes and have upgraded to version 2.0.8

Works fine for 2.08 on ie7 and ie8 with no fixes



Try to restore the .css files

Thanks, I was having the same issue with IE 7

FF, Opera and Safari work fine