Ver Mensaje Individual
  #8 (permalink)  
Antiguo 31/03/2006, 18:22
Jorolo
 
Fecha de Ingreso: octubre-2005
Mensajes: 536
Antigüedad: 18 años, 6 meses
Puntos: 1
Hola a todos, hola Wel.

Lo estás haciendo al revés.

Código HTML:
margin-top:-250px; margin-left:-250px;
top:50%; left:50%;
A mi me gusta trabajar con porcentajes:

Código HTML:
#centrado {
	position: absolute;
	top:30%; left:30%;
	width: 40%; height: 40%;
	border: 1px solid #000;
	text-align: center;   }
Tampoco estaría de más ponerle comillas al id