Floatbox: The premier windowing system for web pages

Forum guidelines:

- Please read the docs first.

- The forum's search function can be very helpful.

- Give an online example of problems if you can.

- Try to behave.

Support & General Discussion » Position the info link on the bottom right side?

Position the info link on the bottom right side?

Page: 1

Author Post
Member
Registered: Jan 2009
Posts: 20
Hello!

I just installed and licensed the actual Floatbox Version and I am so glad with it! It is fast and works absolutely perfect.

Just one Question: I wanted to position the Info Link to the bottom right side and I didn't manage this because I am not fit enough. Here I would like to show my script which I use:

<div class="imagethumb"><a href="<?=getFullImageURL();?>" rel="lightbox.[<?=getAlbumTitle();?> <?=getAlbumPage();?>]"data-fb-options="captionPos:bl infoPos:br type:img caption:`&lt;span style= &quot; color: #777777;font-size:12px;font-weight:bold;&quot;&gt;<?php echo getImageTitle(true); ?>&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style= &quot; color: #777777;font-size:9px;&quot;&gt;<?php echo getImageData('EXIFModel'). ' - ' .getImageData('EXIFFocalLength'). ' - '. getImageData('EXIFFNumber').' - '.getImageData('EXIFExposureTime').' - ISO '.getImageData('EXIFISOSpeedRatings'); ?>&lt;/span&gt;` info:<?php echo htmlspecialchars(getImageLinkURL());?> infoText:`Geotagging...` infoOptions:` width:650 height:510 showClose:true theme:black outerBorder=1 innerBorder=1 enableDragResize:false boxLeft:auto boxTop:auto `" title="<?php echo getBareImageTitle();?>"><?php printImageThumb(getAnnotatedImageTitle()); ?></a></div>

Here you can see how it looks like:
http://www.eldborg.de/island/island-2009.html


Would it be possible that you could show me a way how to change mx code so that the link is displayed on the right bottom side?

Thx a lot in advance!

Best!

martin
Administrator
Registered: Aug 2008
Posts: 1522
The Info Link and the Index Links can't both occupy the same corner. So to get the info links into the bottom right you would need to move the index links off to somewhere else. I know you would like them both together, but not all combinations of placements for the frame area things are possible.

By the way, there is a problem with your options.js file. There is a comma after the last entry in the globalOptions section. This comma is enough to cause some older browsers to not process the option settings or to fail to execute floatbox altogether.
Member
Registered: Jan 2009
Posts: 20
Hey!

Thx a lot for your answer!
I found another styling and a combination of title, index link and everything else! So I am really happy now!

Thx a lot also for the hint with the comma! I just removed it!

Best!

martin

Page: 1

Support & General Discussion » Position the info link on the bottom right side?

Floatbox Forum is powered by UseBB 1 Forum Software