Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/04/2011, 08:38
mariarosina1984
 
Fecha de Ingreso: mayo-2008
Mensajes: 3
Antigüedad: 16 años
Puntos: 0
Pregunta Interpretacion de codigo en internet explorer y chrome (entre otros)

hize una pagina que es www.paginasprodigy.com.mx/eelaudel, mi problema es que cuando entro mediante el internet explorer lo interpeta de otra forma que el mozilla tengo 3 forms y dentro de ese form en la parte de galeria tengo dos forms en uno tengo un combobox y en la otro form que esta adentro del form principal de hecho no se muestra ese form a donde esta el combobox namas la galeria I eso es con internet explorer aqui esta mi codigo del combobox:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
<title>Documento sin título</title>

<style type="text/css">
/*<![CDATA[*/
<!--
.Estilo1 {
color: #0000FF;
font-family: Arial;
}
.Estilo3 {font-family: Arial; font-size:26px;}

SELECT{ font-size: 15px; }


/*]]>*/
</style>

<script type="text/javascript">
//<![CDATA[
<!--
function MM_jumpMenuGo(objId,targ,restore){ //v9.0
var selObj = null; with (document) {
if (getElementById) selObj = getElementById(objId);
if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0; }
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
//]]>
</script>
</head>
<body>
<br />
<img src="galerias.png" width="142" height="44" align="left" alt="** PLEASE DESCRIBE THIS IMAGE **" /><br />
<br />
<br />
<br />
<select name="jumpMenu" class="Estilo1" id="jumpMenu" onchange="MM_jumpMenu('parent.frames[\'1\']',this,0)">
<option value="Pagina 1/album/index_galeriaI.html">Galeria I</option>
<option value="Pagina 2/album/index_galeriaII.html">Galeria II</option>
<option value="album/GALERIAIII.html">Galeria III</option>
<option value="videogaleria.html">Videogaleria</option>
</select>
</body>
</html>

y con el google chrome no muestra mi pagina de inicio el titulo es .png lo pone blanco este es mi codigo:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.Estilo31 {
color: #0000FF;
font-weight: bold;
font-family: Arial;
}
.Estilo33 {
font-family: Arial;
color: #0000FF;
}
-->
</style>
</head>

<body><br/> <center><br /><br />

<img src="bienvenido.png" width="283" height="57" align="left"/>

<table width="781" border="0" cellspacing="35">

<tr>
<td width="375" height="409" ><img src="DSC04717.JPG" width="370" height="376"/></td>
<td width="297" >

<p><span class="Estilo31">Educación Especiaizada Laudel,</span> <span class="Estilo33">es una institución de asistencia social con fines no lucrativos, que tiene como función primordial la atención de niños y jóvenes con necesidades educativas especiales asociadas con discapacidad intelectual y/o trastornos generalizados del desarrollo.</span></td></p>

</div>
</div>

</table>
</center>
</body>
</html>

me los interpreta difernte los navegadores como veran ¿Como puedo solucionarlo? o con una aplicacion o con algo? gracias