PDA

View Full Version : Flash gallery does not work in IE



The Musician
January 25th, 2008, 06:08 AM
Hello,

I can not get this gallery working in Internet Explorer. It works perfectly in Firefix, Opera, Safari, on Mac and PC. I have no idea what can be wrong in this code, or how to make IE working with this file.

http://harfistka.eu/galeria2.htm

Would be great if anybody helped me - I am fighting with this for one week:-(

Thanks!

borrob
January 25th, 2008, 11:18 AM
hi i didn't find the crucial error but
your browsercheck function has an error:

this.isIe4=(document.all && !this.dom && !this.opera5)?1:0;

in file http://harfistka.eu/elapazur/browser_check.js

should be this.isIe4=(document.all && !this.isDom && !this.opera5)?1:0;

didn't help but still a mistake....
i will have a further look..