Les comento, tengo un problema con una web al querer visualizarla en IE, en Firefox se ve perfecto. Les paso el codigo para ver si alguien me da una mano.
Código :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr"><head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Titulo</title> <meta http-equiv="expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <script type="text/javascript" src="js/swfobject.js"></script> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-199823-24"; urchinTracker(); </script> <script language="JavaScript"> <!-- if(screen.availWidth/screen.availHeight > 2) { resizeWidth = screen.availWidth / 2; } else { resizeWidth = screen.availWidth; } self.moveTo(0,0); self.resizeTo(resizeWidth,screen.availHeight); //window.status = screen.availWidth + " " + screen.availHeight + " " + (screen.availWidth/screen.availHeight); //--> </script> <style type="text/css"> /* hide from ie on mac \*/ html { height: 100%; overflow: auto; } #flashcontent { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; } /* end hide */ body { background-color:#606366; height: 100%; margin: 0; padding: 0; background-color: #606366; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #555555; border: 0; } </style> <style media="screen" type="text/css">#flashcontent {visibility:hidden}</style></head><body> <object style="visibility: visible;" id="flashcontent" data="index.swf" type="application/x-shockwave-flash" width="100%" height="100%"></object> <script type="text/javascript"> swfobject.embedSWF("index.swf", "flashcontent", "100%", "100%", "8.0.0", "swf/expressInstall.swf"); </script> </body></html>
Espero que alguien me de una mano.
Saludos