Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>KenyBray'n - Mobiliario</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script> <link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" /> <link rel="stylesheet" type="text/css" href="css/template_css.css" media="screen" /> <script type="text/javascript"> $('a[@rel*=lightbox]').lightBox(); </script> </head>
y luego en mis imagenes a desplegar como lightbox dentro del body las tengo asi:
Código:
Espero puedan ayudarme estoy desesperada y segun yo no me falta alguna propiedad para que funcione bien... <div id="tab4" class="tab_content"> <a href="photos/image2.jpg" rel="lightbox"><img src="photos/thumb_roja.jpg" width="200" height="188" alt="" border="0"/></a> </div>