klemme 3 Posting Whiz in Training

Hi all,

Is there anyone who has used bumpbox, and integrated it succesfully? (http://www.artviper.net/bumpbox-demo/index.html)

It is a lightbox which can display PDF inside the lightbox, which is what I am after.

I am testing it on localhost, but it should work anyways right?

This is what I have in the head of my site to integrate it:

<!-- Bumpbox activation -->
<script language="javascript" type="text/javascript" src="bumpbox/js/mootools.js"></script>
<script language="javascript" type="text/javascript" src="bumpbox/js/bumpbox.js"></script>
<!-- This is the class the links to appear in the bumpbox has got -->
<script type="text/javascript"> doBump('.pdf_links'); </script>
<!-- Bumpbox activation end -->

It shouldnt be a problem that I have created a folder, as long as the path points to the files, right..?

The links that I want to show up in the light box has got this markup:

<a href="pdf/Hjemmeside_oversigt_estimat.pdf" class="pdf_links" rel="800-600">Link title here</a>

Does anyone know of any other lightbox plugins that can show PDF's as neatly as this one?

I would like to use it, but if I have to spend too much time integrating it, I just havent got the time..

Anyways, is should be simple, so I hope someone can point out what I am doing wrong in integrating it :-)

Regards, Klemme

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.