empiezo con el desarrollo de paginas de internet, ahorita tengo una y como todos ya saben con la nueva actualizacion para IE, es necesario poner un codigo javascript que tan amablemente a hablado freddie de el, donde tambien puso un link que viene en ingles explicando mas en detalle.
en el link que viene pues esta en ingles y lamentablemente no tengo el completo dominio de este idioma.
yo no utilizo css, por lo que desconosco como poner los codigos java en mi html
aqui les pongo un ejemplo de como pongo el codigo en mi html, claro no me sale bien, asi que si me pueden hechar una manita, se los agradeceria mucho
Código :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="shortcut icon" href="favicon.ico" > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Ejemplo</title> <meta http-equiv="refresh" content="480;URL=./index.html" > <script type="text/javascript" src="flashobject.js"></script> <div id="flashcontent"> <strong>You need to upgrade your Flash Player</strong> This is replaced by the Flash content. Place your alternate content here and users without the Flash plugin or with Javascript turned off will see this. Content here allows you to leave out <code>noscript</code> tags. Include a link to <a href="flashobject.html?detectflash=false">bypass the detection</a> if you wish. </div> <script type="text/javascript"> <!-- // <![CDATA[ <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //-->//--> </script> <style type="text/css"> <!-- body { background-image: url(imagenes/fondo_v2.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #E2E2E2; } body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } .Estilo2 { color: #4A3C00; font-weight: bold; } .Estilo13 {font-size: 12px; color: #000000; } .Estilo1 {font-size: 11px} .Estilo7 {color: #000000} a { font-size: 11px; color: #000000; } a:link { text-decoration: none; color: #333333; } a:visited { text-decoration: none; color: #333333; } a:hover { text-decoration: none; color: #333333; } a:active { text-decoration: none; color: #333333; } .Estilo15 {color: #333333} .Estilo16 {color: #FFFFFF} .Estilo17 {color: #FFFFFF; font-weight: bold; } --> </style></head> <body> <div id="Layer4" style="position:absolute; left:17px; top:151px; width:47px; height:150px; z-index:4"> <script type="text/javascript"> var pelicula = new FlashObject("imagenes5_2.swf", "imagenes5_2", "324", "141", "7", "#336699"); fo.write("flashcontent"); </script> </div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <div id="Layer2" style="position:absolute; left:350px; top:151px; width:62px; height:235px; z-index:2"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="233" height="231"> <param name="movie" value="salu2nuevo489.swf"> <param name="quality" value="high"> <embed src="salu2nuevo489.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="233" height="231"></embed> </object> </div> <p> </p> </body> </html>
de antemano mil gracias por sus respuestas
