Ver Mensaje Individual
  #25 (permalink)  
Antiguo 17/04/2009, 10:28
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 15 años, 9 meses
Puntos: 2
Respuesta: Centrado Vertical...efecto lightbox

Solo para dar por concluido a las ultimas consultas, y gracias a este link http://www.forosdelweb.com/f13/poner...ollbar-300513/
y meter mano al lb.css se modifikron estas lineas:
Código php:
Ver original
  1. #imageDataContainer{
  2.     font: 11px Arial;        ///fuente arial
  3.     background-color: #fff;
  4.     margin: 0 auto;
  5.     line-height: 1.4em;
  6.     overflow: hidden;          ///modificado a hidden
  7.     width: 100% ;
  8. }
  9. #imageData #bottomNavClose{
  10.     width: 66px;
  11.     float: right;  
  12.     padding-bottom: 0.7em;
  13.     padding-right: 1.6em;                ////añadido el padding right
  14.     outline: none;
  15. }
Y a modificar segun las necesidades...gracias a todos. Bye