Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/03/2011, 17:31
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Galeria imagenes animada

Lo único que precisas para lograr lo que necesitas en invertir algunos valores en el css, algo asi:

Código CSS:
Ver original
  1. .galleria-stage {
  2.     position: absolute;
  3.     bottom: 10px;
  4.     top: 60px;
  5.     left: 10px;
  6.     right: 10px;
  7.     overflow:hidden;
  8. }
  9. .galleria-thumbnails-container {
  10.     height: 50px;
  11.     top: 0;
  12.     position: absolute;
  13.     left: 10px;
  14.     right: 10px;
  15.     z-index: 2;
  16. }
  17.  
  18. .galleria-info {
  19.     width: 50%;
  20.     bottom: 60px;
  21.     left: 15px;
  22.     z-index: 2;
  23.     position: absolute;
  24. }
__________________
http://es.phptherightway.com/
thats us riders :)