Problems using Cerabox

87 views
Skip to first unread message

Kushtrim SAHITI

unread,
Dec 29, 2012, 1:15:02 PM12/29/12
to cer...@googlegroups.com
Hi there,

I have two problems : when i click on my thumbnail it correctly displays the photo I decided to show but the buttons "next, prev, close, etc.) don't appear. I changed the css file with the correct path to go to the pictures.

Then, I am trying to show an inline html box but it absolutely not displays something.

Could anybody help me on my case ? Thank you so much. And as you see I'm a noob so sorry for these type of questions... 

Here I show you the source code :

<head>
...
<link rel="stylesheet" href="cerabox/style/cerabox.css" media="screen">
<script src="cerabox/mootools/mootools-core-1.4.5.js"></script>
<script src="cerabox/mootools/mootools-more-1.4.0.1-assets.js"></script>
<script src="cerabox/cerabox.min.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){
$$('.gallery a.ceraBox').cerabox();
});
</script>
</head>
<body>
...
<div class="gallery" style="margin-bottom:15px;">
<span style="margin-right:10px;"><a href="cerabox/img/peinture.jpg" class="ceraBox" data-type="image" title="Travaux de peinture">
<img src="cerabox/img/peinture-thumb.jpg" alt="Image1"/></a></span>
...
<a href="#inline-example" title="Inline HTML test">Inline</a>
<div style="display: none">
<div id="inline-example" class="popup container">
<h3>Test</h3>
<hr />
<p>This is an inline HTML test.</p>
</div>
</div>
</body>
Reply all
Reply to author
Forward
0 new messages