PDF Inside floatbox?

Page: 1

Author Post
czarg
Guest
What a wonderful tool -

Is it possible to place a PDF document in 'floatbox'?

i.e. Have an image/photograph ope showing info under the title and when a user selects it a PDF opens?

Been trying but having no luck...

Any help is appreciated..
George
czarg
Guest
Correction -

I got it to work - :D
Now I have to figure out how to just show one image and have a group of others attached to just that one - so a person can scroll through the images in that one group.
Administrator
Registered: Aug 2008
Posts: 3382
The best way to do this is to leave the other anchors empty. Most people just assume that when you put up an anchor, you must have something between the <a> and </a> tags. Not true. If you don't want to display something with an anchor, don't put anything in it.

So a group of 3 images with only the first showing something on the page could look like this:
<a href="image1.jpg" class="floatbox" rev="group:foo"><img src="thumb1.jpg /></a>
<a href="image2.jpg" class="floatbox" rev="group:foo"></a>
<a href="image3.jpg" class="floatbox" rev="group:foo"></a>
czarg
Guest
gotcha admin...! ;)
Seriously what an excellent script....

Regards
George

Page: 1