Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/10/2011, 13:43
SiKuSS
 
Fecha de Ingreso: mayo-2009
Mensajes: 31
Antigüedad: 15 años
Puntos: 2
Respuesta: Problema con jQuery

Ya lo he arreglado gente, simplemente he tenido que repetir el mismo efecto, para otro tipo y funciona perfectamente!!!


Algo así


Código PHP:
            $("#various3").fancybox({
                
'width'                '40%',
                
'height'            '90%',
                
'autoScale'            true,
                
'transitionIn'        'none',
                
'transitionOut'        'none',
                
'type'                'iframe'
            
});

            $(
"#various4").fancybox({
                
'width'                '40%',
                
'height'            '90%',
                
'autoScale'            false,
                
'transitionIn'        'none',
                
'transitionOut'        'none',
                
'type'                'iframe'
            
}); 

Gracias de todas maneras, espero que les sirva un saludo!