![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/01/2013, 14:49
|
![Avatar de IsaBelM](http://static.forosdelweb.com/customavatars/avatar244381_2.gif) | Colaborador | | Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 7 meses Puntos: 1012 | |
Respuesta: Centrar imagen en un DIV prueba así Cita: var nombre_imagen = "imagen.jpg?cache="+new Date();
var img = new Image();
img.src = nombre_imagen;
var img2 = new Image();
img2.src = img.src;
img2.onload=function(){
var alto = this.height; //Alto;
var ancho = this.width; //Ancho; |