Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/10/2012, 14:19
jonasgv
 
Fecha de Ingreso: julio-2012
Ubicación: Madrid
Mensajes: 95
Antigüedad: 11 años, 9 meses
Puntos: 2
Respuesta: Problema con carrusel de imagenes

Cita:
Iniciado por antoniopol Ver Mensaje
Quizas el tamaño del ul, que sea tamaño unicamente para 8 fotos, creo que es cuestion de width, o igual del margin cuando pulsas a la derecha o a la izquierda.
Aquí te pego el código del CSS de la web con respecto a lo del carrusel, a ver si así te haces una mejor idea

Código PHP:
.carrousel_inner ul li{
    
float:left;
    list-
stylenone;
    
margin0;
    
width:230px;
    
height:135px
}
.
carrousel_inner ul{
    
margin:0;
    
padding:0;
    
height:137px;
    
width10000px;
    
overflow:hidden;
}
.
carrousel_inner{
    
/* border:1px solid red; */
    
float:left;
    
width:905px;
    
height:137px;
    
overflowhidden;
}
.
carrousel_left, .carrousel_right{
    
height137px;
    
width:30px;
    
float:left;
}
.
carrousel_left{
    
backgroundurl(../img/carrusel/flecha_izq_slide.pngno-repeat  top;
}
.
carrousel_left:hover{
    
background:url('../img/carrusel/flecha_izq_slide.png'no-repeat scroll top transparent
}
.
carrousel_right{
    
backgroundurl(../img/carrusel/flecha_der_slide.pngno-repeat  top;
}
.
carrousel_right:hover{
    
backgroundurl(../img/carrusel/flecha_der_slide.pngno-repeat top;
}
.
left_inactive,.left_inactive:hover{
    
backgroundurl(../img/carrusel/flecha_izq_slide.pngno-repeat  top;
}
.
right_inactive,.right_inactive:hover{
    
backgroundurl(../img/carrusel/flecha_der_slide.pngno-repeat top;
}

.
carrousel{
    
float:left;
    
height137px;
    
width2000px;