02/01/2012, 12:10
|
| | Fecha de Ingreso: agosto-2011
Mensajes: 9
Antigüedad: 13 años, 5 meses Puntos: 0 | |
Respuesta: Aplicar margin a las tablas en explorer body {
text-align:center;
}
#contenedor
{
position:relative;
background-image: url(Imagenes/a.jpg);
width:990px;
height:640px;
margin: 0 auto;
text-align:left;
border: 2px solid yellow;
}
.tabla_contacto
{
font-family:calibri;
color:yellow;
margin-top:90px;
margin-left:280px;
text-align:center;
font-size:20px;
} |