Sorry, I didn't saw your message..
I've editted ligthbox.js and also editted my index.html
Code:
<script type="text/javascript">
function initLightbox()
{
eImage = document.getElementById('the_first');
myLightbox.start(eImage);
}
</script>
Code:
<body bgcolor="#d6d6d6" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/pressed (7).jpg','images/pressed (8).jpg','images/pressed (9).jpg','images/pressed.jpg','images/pressed (2).jpg','images/pressed (3).jpg','images/pressed (4).jpg','images/pressed (5).jpg','images/pressed (6).jpg','images/pressed (10).jpg'); initLightbox();" >
Code:
<div id="homeImageBox">
<img src="images/agenda/halfvrlarge.jpg" rel="lightbox" id="the_first" title="Upcoming.."/>
</div>
.. but still the image isn't loading yet...
Bookmarks