Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/10/2004, 08:07
orehsalf
 
Fecha de Ingreso: septiembre-2004
Mensajes: 104
Antigüedad: 19 años, 6 meses
Puntos: 0
ya lo solucione, con este 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;