hola

he hecho una prueba y no redimensiona el object. Realmente da igual lo
que le pongas en la css, o que le digas object width="111"
height="111". Siempre prevalece <embed width="425" height="350" o los
valores que le metas ahi.

Pongo aqui el codigo, muchas gracias. A ver si me dais algun consejo, :)


prueba.html
========================
<html>
<head>
        <title>Prueba</title>
                <link type="text/css"           
                      rel="stylesheet"                  
                      href="normal.css" />              
</head>

<body>
        <p>parrafin</p>
        
        <object width="111" height="111">
                <param value="http://www.youtube.com/v/-df-Qq829fg"; 
name="movie">
                <embed width="425" height="350" 
type="application/x-shockwave-flash"
src="http://www.youtube.com/v/-df-Qq829fg";>
                </embed>
        </object>

</body>
</html>



normal.css
========================
p {
color:red;
}

object {
width:100%;
height:100%;
}
_______________________________________________
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a [email protected]
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://ovillo.org/mailman/listinfo/ovillo

Responder a