Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/10/2004, 08:12
orehsalf
 
Fecha de Ingreso: septiembre-2004
Mensajes: 104
Antigüedad: 19 años, 7 meses
Puntos: 0
ya lo solucioné!!!
con el siguiente estilo:
#Content {
position:absolute;
left:50%;
top:50%;
width:300px;
height:300px;
margin-left:-150px; /* width/2 */
margin-top:-150px; /* height/2 */
border:1px dashed #333;
background-color:#eee;
padding:10px;
}
/* The right value for Mozilla */
body>#content {
margin-left:-160px;
margin-top:-160px;
}