hola a todos! ya habia tenido problemas con lightbox que con ayuda del foro pude solucionar. pero lo que me pasa ahora es disitinto y no puedo solucionarlo! es seguramente algun error en el codigo que no puedo encontrar. lo que me pasa es que se habre el lightbox, pero la mitad de la pantalla queda en blanco, y parece un scroll abajo de imagen ¿?. dejo este link de una captura de la pagina:
http://img525.imageshack.us/img525/1320/imagenzw1.jpg
y dejo tambien mi codigo:
<!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>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>NI-NOvedismo</title>
<style type="text/css">
body {
width:800px;
margin:0 auto;
margin-top:50px;
background-image: url();
background-repeat: no-repeat;
}
/* ----- HEADER ----- */
#header {
width:800px;
height:150px;
background-color:#333333;
}
/* ----- MAIN CONTENT ----- */
#content {
width:800px;
background-color:#333333;
margin-top:0px;
height:449px; /* for IE5.x and IE6 */
background-image: url(fondo%20luis.jpg);
}
#titulo {
width:700px;
background-color:#ffffff;
height:300px;
clear: both;
float:none;
margin-top: 0px;
margin-right: 50px;
margin-bottom: 0px;
margin-left: 50px;
position: absolute;
visibility: visible;
}
#thumb{
width:700px;
background-color:#ffffff;
border: none;
height:100px;
clear: both;
float:none;
margin-top: 300px;
margin-right: 50px;
margin-bottom: 0px;
margin-left: 50px;
position: absolute;
visibility: visible;
display: inline;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
img {
border: none;
margin-left: 15px;
spacing: 20px 20px;
}
/* ----- FOOTER ----- */
#footer {
width:800px;
height:50px;
background-color:#333333;
margin-top:10px;
}
</style>
</head>
<body>
<div id="header">
<embed src="menu.swf" width="800" height="151"></embed>
</div>
<div id="content">
<div id="titulo">
<h1>Muestras</h1>
</div>
<div id="thumb">
<a href="muestras/ghostown/1.jpg" rel="lightbox"><img src="muestras/ghostown/1thum.jpg" /></a>
<a href="muestras/ghostown/2.jpg" rel="lightbox"> <img src="muestras/ghostown/2thum.jpg"/></a>
<a href=muestras/ghostown/3.jpg> <img src="muestras/ghostown/3thum.jpg" /></a> </div>
</div>
<div id="footer">
</div>
</body>
</html>
espero puedan ayudarme! muchas gracias!