Ver Mensaje Individual
  #26 (permalink)  
Antiguo 14/07/2005, 22:25
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años, 1 mes
Puntos: 3
No vengo a pelear solo doy mi punto de vista ,los estandares los llevo al pie sr.

pasando a lo del codigo quitando solo el embed y dejando el div dentro del object el validador me dice

The uploaded file was checked and found to be valid XHTML 1.0 Transitional

Código 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=utf-8" />
<title>Un buen titulo</title>
<style type="text/css">
div.estilo{
filter:alpha(finishopacity=0, style=1);/*MSIE*/
-moz-opacity:0;/*Gecko*/
color:white; font-size:1px; cursor:default;
}
</style>
</head>

<body>
<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="300" height="300">
  <param name="movie" value="portabanners.swf" />
  <param name="quality" value="high" />
<div class="estilo"><h1>Este es un titulo</h1><p>Y puedo meter <a href="#">enlaces </a>dentro de este o </p><ul><li>Listas</li></ul> <p>o lo que se me pege la gana y
quitando embed pasa perfecto por la validacion del <a href="http://validator.w3.org/check">w3c</a> y tambien puedo meter imagenes <img src="bottom.gif" alt="con texto alternativo" /></p></div>
</object>
</body>
</html> 
saludos

Última edición por CORE; 14/07/2005 a las 22:33