Image floatbox with additional UI

Page: 1

Author Post
Member
Registered: Apr 2013
Posts: 3
Kind of like Pinterest, is this possible to do using floatbox?

Thanks!
Administrator
Registered: Aug 2008
Posts: 3382
Too vague. Is what possible?
Member
Registered: Apr 2013
Posts: 3
Would be possible to load the image and extra html?
Administrator
Registered: Aug 2008
Posts: 3382
Anything that can be shown on a web page can also be shown in a floatbox. The floatbox is just a containing element for html markup and is part of the page.

Any html markup can be placed in the captions, header and footer. The "Captions" section of the instructions has some information on the easiest ways to do this.

You could also make a small bit of html consisting of an image and other html markup and show this bit of html as the content by bringing it in from a hidden div, an ajax fetch, or as iframe content.

Put whatever you want into the captions, header, footer and content. It's all html.
Member
Registered: Apr 2013
Posts: 3
Thank you for the prompt reply.

I saw the options for doing caption, header, and footer. It seems like those are useful for putting things above or below the image.

Is there any option for appending some content to the right side of the image?

THanks again!
Administrator
Registered: Aug 2008
Posts: 3382
Well, there's not really an option for displaying an image and some text in the content. You just do it. Probably the easiest approach is to put the desired image and text elements in a hidden div and show that hidden div content in a floatbox.

The "Inline DIV Content" example on the HTML tab of this site's demo page does exactly that. In that example, the text is above the image, but you can of course lay out your content's html however you like.

Page: 1