Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/02/2012, 15:14
Flabius
 
Fecha de Ingreso: octubre-2010
Mensajes: 33
Antigüedad: 13 años, 7 meses
Puntos: 0
Problema con el Index en Crome

Hola a todos, soy un novato que hizo ya un par de paginas, solo para mi comercio, hasta ahora voy bastante bien dentro de mi limitados conocimientos, pero ahora con google crome estoy teniendo un problemita que no puedo resolverlo. El index se abre perfectamente con IE, pero con Crome, aparece todo azul, el resto de las páginas no tiene inconvenientes. Dejo mis codigos por si alguien me puede aclarar cual seria el problema, Esta realizado con Dreamweaver CS5 www.pideundeseoya.com.ar .Desde ya muchas gracias.

<!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>Pide Un Deseo Ya</title>
<style type="text/css">
body {
margin-top: 3%;
}
a:link {
color: #7F5F00;
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
body,td,th {
font-family: Verdana, Geneva, sans-serif;
}
.MARRON {
color: #7F5F00;
text-decoration: none;
}
.hideen {
visibility: hidden;
}
</style>
</head>

<body bgcolor="#BBBB00" link="#7F5F00">
<div align="center"><span class="hideen">Pide un Deseo Indumentaria de Diseño</span>
</div>
<table width="80%" height="386" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#DC5D3C">
<td width="55%" height="348" bgcolor="#DC5D3C"><div align="center">
<p align="right">
<embed src="Deep.mp3" width="126" height="32" loop="true" autostart="true"></embed>
</p>

<p><img src="FolletoPide.jpg" width="721" height="403" /></p>
</div>


<div align="center" class="terra"><a href="Quienes somos.html" target="_new" class="terra"><span class="MARRON">Enter</span></a></div></td>
</tr>
</table>
</body>

</html>