24/03/2011, 15:16
|
| | Fecha de Ingreso: marzo-2011
Mensajes: 20
Antigüedad: 13 años, 10 meses Puntos: 0 | |
Respuesta: galeria en bridge cambia tus CSS a estos:
Código:
.contenedor{
width:932;
height:1024;
margin: 0 auto;
position:relative;
border:1px solid red;
}
.cajacentral{
width:852;
height:480;
margin: 0 auto;
position:relative;
border:1 solid green;
}
Me dices si te funcionan |