HEY IM NEW ON SENCHA Y READ ABOUT INCOMPATIBILITY WITH IE BUT Y WANT TO KNOW HOY I CAN REPLACE THE ANIMATION ( http://www.mar-com.com.ar/prueba/ )
WITH A SIMPLE IMAGE SO THAT IE USERS COULS SEE IT WELL.
THANKZ
Printable View
HEY IM NEW ON SENCHA Y READ ABOUT INCOMPATIBILITY WITH IE BUT Y WANT TO KNOW HOY I CAN REPLACE THE ANIMATION ( http://www.mar-com.com.ar/prueba/ )
WITH A SIMPLE IMAGE SO THAT IE USERS COULS SEE IT WELL.
THANKZ
You'd probably have to edit the JS on the exported page to make sure it would run in IE, and then use an if statement to avoid loading the animation if the browser is an IE browser.
The part that loads the animation will look similar to this
Code:window.addEventListener('load', function(){
.....
}, false);
really thank you