Forum Moderators: open
*edit*
Sorry, I didn't investigate far enough, I forgot to add the ibox.css! Problem solved now
*end edit*
Hi,
I've got a problem with some images I'm trying to put into an image gallery. I'm using ibox to display the images as an overlay on the screen using the following code:
<ul class="photo-gal">
<li>
<a href="<?php $_SERVER['DOCUMENT_ROOT']?>/images/photo-gal/main_01.jpg" rel="ibox" title="">
<img src="<?php $_SERVER['DOCUMENT_ROOT']?>/images/photo-gal/thumbs/main_01_tn.jpg" alt="Image 01" /></a>
<!-- If caption needed, add this: <br /><span>Caption 1</span> -->
</li>
However, the image just jumps to the bottom of the screen with no overlay and everytime I try to scroll down to view it, it jumps further down.
I don't think this is a javascript conflict issue as I've removed the other scripts I have in place, but wanted to check if I'm doing something wrong. I have this running as it should on another site, so I'm confused why it's not working on the one I'm developing now...
Any pointers?
Thanks