Hello,
I am just developing my website with the template JA Antares. I noticed the small yellow exlamination sign in the left corner of the browser which posts errors on the website. The detail showed an error in line 215. In the ja.script.js I found the following paragraph:
213 var obj = $E('h1.logo a');
214 obj.onmouseover = function () {
215 this.setStyle('filter', "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=templates/ja_genista/images/logo2.png, sizingMethod='crop')");
216 }
217 obj.onmouseout = function () {
218 this.setStyle('filter', "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=templates/ja_genista/images/logo1.png, sizingMethod='crop')");
219 }
After removing it, also the IE works without error