Hi,
No matter what I try I just cannot get cerabox to work on my photo gallery. It just opens the image in a new tab as a direct link.
Here is the code:
<script src="code/mootools-core-1.4.5.js"></script>
<script src="code/mootools-more-1.4.0.1-assets.js"></script>
<script src="code/modernizr.custom.js"></script>
<script src="code/cerabox.js"></script>
<script src="code/cerabox.min.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){
$$('.gallery a.ceraBox').cerabox();
});
</script>
<div class="gallery">
<div class="thumb shadow">
<div class="thumb-wrapper">
<a href="albums/Avishai/page27-1001-full.jpg" class="ceraBox" title="<a href="albums/Avishai/page27-1001-full.jpg">Download Photo</a>">
<img src="albums/Avishai/thumbs/page27-1001-full.jpg" width="150" alt="" /></a></div></div></div>
Any help appreciated.
Thanks