Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/01/2009, 12:03
lucho8D
 
Fecha de Ingreso: enero-2009
Mensajes: 8
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Problema visualizacion de archivo SWF en CSS

he aqui el CSS:

@charset "utf-8";
/* CSS Document */

body {
background-color: #FFFFFF;
text-align: center;
vertical-align: middle;

}

#Fondo {
background-color: #FFFFFF;
width: 720px;
border: 1px solid #999999;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#Fondo #piepagina {
background-color: #002D59;
font-family: Verdana;
color: #F6F5F2;
font-size: 9px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
padding: 3px;
}

#Fondo #contenido {
background-color: #FFFFFF;
font-family: Verdana;
font-size: 10px;
color: #000033;
}


#Fondo #menu {
height: 100%;
}

#Fondo #areaflash {
background-color: #FFFFFF;
height: 200px;
width: 720px;
}
.letra1 {
font-family: Verdana;
font-size: 10px;
}


#Fondo #Encabezado {
padding: 2px;
font-family: Verdana;
font-size: 9px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
background-color: #003366;
}
.titulo1 {
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #333333;
}

Le tamaño del fla, es de 720px por 200px de alto, 24fps y as 2.0.

Muy agradecido por la consideracion.