Problema con frames
Hola necesito ayuda con una página en la que añadí frames el caso es que el contenido no me aparece en los navegadores en mozilla página en blanco y en explorer el lateral izquierdo que tiene un scroll de texto si pero ninguna de ellas su contenido agrego el código aver si ves algo gracias y un saludo.
<!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=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
#Layer2 {
position:absolute;
width:556px;
height:115px;
z-index:1;
left: 236px;
top: 10px;
}
-->
</style>
</head>
<body>
<div id="Layer1">
<div id="Layer2">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="631" height="134">
<param name="movie" value="/BANNER WEB 2008 corto 2.swf" />
<param name="quality" value="high" />
<embed src="/BANNER WEB 2008 corto 2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="631" height="134"></embed>
</object>
</div>
<img src="/imagenes/lg alcazar.gif" width="184" height="194" /></div>
</body>
</html>
<!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=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
#Layer2 {
position:absolute;
width:556px;
height:115px;
z-index:1;
left: 236px;
top: 10px;
}
-->
</style>
</head>
<body>
<div id="Layer1">
<div id="Layer2">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="631" height="134">
<param name="movie" value="/BANNER WEB 2008 corto 2.swf" />
<param name="quality" value="high" />
<embed src="/BANNER WEB 2008 corto 2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="631" height="134"></embed>
</object>
</div>
<img src="/imagenes/lg alcazar.gif" width="184" height="194" /></div>
</body>
</html>
1 Respuesta
Respuesta de zagalet
1