jQuery : centrer une image en X et Y dans une div
0
// CENTER ZOOM IMAGE X+Y zoom_width = $('#container #main .wrap #zoom img').width(); zoom_height = $('#container #main .wrap #zoom img').height(); var zoom_divheight = $('#container #main .wrap #zoom').height(); $('#container #main .wrap #zoom img').css('left', '50%');
DATE 25 Oct 2010