Version 1.3 ()
------------------------------------------------------------------------
+ * Make browser compatibility plugin bail out for IE7. Thanks to
+ Freudi from the forums.
+
* Add possibility to spartacus to upload files via FTP. This can
bypass Safe_mode restrictions on your server to make Spartacus
work for you. (VladaAjgl)
*
*/
-var supported = /MSIE ((5\.5)|[6789])/.test(navigator.userAgent) &&
+var supported = /MSIE ((5\.5)|[6])/.test(navigator.userAgent) &&
navigator.platform == "Win32";
var realSrc;
element.src = blankSrc;
// set filter
element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')";
- element.runtimeStyle.width = width;
- element.runtimeStyle.height = height;
+ if (width > 0) {
+ element.runtimeStyle.width = width;
+ }
+ if (height > 0) {
+ element.runtimeStyle.height = height;
+ }
}
else {
// remove filter