Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/06/2012, 14:28
ruru91
 
Fecha de Ingreso: marzo-2012
Ubicación: Mad
Mensajes: 10
Antigüedad: 12 años, 1 mes
Puntos: 0
Respuesta: Problema con slider

hay os pongo el css de slider aver si encontrais la solución y no el slider no está centrado...

Thanks!


Código CSS:
Ver original
  1. /*--------- slider ---------*/
  2. #slide { position:relative; overflow:hidden;  border-radius:12px; background:#ebebec; width:1000x; margin:20px auto 0 auto; padding:4px; z-index:2;}
  3.  
  4. .slider { width:750px; height:500px; margin:0 auto; position:relative; z-index:2; }
  5. .items { display:none;}
  6.  
  7. .pagination { position:absolute; bottom:0px; left:0px; display:inline-block; background:url(../images/pagination-bg.png) 0 0 repeat; width:910px; padding:15px 0 14px 30px; border-radius:0 0 8px 8px; z-index:999 !important; }
  8. .pagination li {float:left; margin-right:4px;}
  9. .pagination a { display:block; width:21px; height:21px; background:url(../images/pagination.png) right 0 no-repeat; }
  10. .pagination li.current a, .pagination li:hover a { background-position: 0 0;}
  11.  
  12. .prev {}
  13. .prev:hover {}
  14. .next {}
  15. .next:hover {}
  16.  
  17. .banner{ z-index:1000 !important; position:absolute; top:356px; color:#fbebc4; right:0px;text-align:right; font-family: 'Condiment', cursive; font-size:24px; line-height:30px; color:#000000; width:700px; margin-right:30px;}