Marco Douma
Posts: 5
Joined: Wed Oct 14, 2009 9:35 am

ImageFlow issue

If one uses Finn Rudolph's ImageFlow with Highslide at one HTML page several problems show up for which I haven't found a right solution yet. Is there a way to put content text into Highslide without using the <alt> tag that you need. How can I use the Highslide tags in combination with the ImageFlow tags?
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: ImageFlow issue

Using title/alt tag for caption text below the Highslide images is no problem. Just add title/alt tag to the HTML markup for the images and add hs.captionEval to the Highslide settings.

See example page: http://www.roadrash.no/hs-support/Image ... index.html
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
Marco Douma
Posts: 5
Joined: Wed Oct 14, 2009 9:35 am

Re: ImageFlow issue

Thanks for responding.

But, what's annoying in IE is that you see the text when you move your mouse over one image in the ImageFlow. When using a lot of text in the <alt> or <title>. It doesn't look ok.
But I found a trick. You can also change the <alt> attribute in the HTML page. I changed it into <h5> and than also changed <get.Attribute('alt')> into <get.Attribute('h5')> in the imageflow.js.

But here's another one. How can you add a linked button to a pdf file or place another graphic into the Highslide pop-up window

Return to “Highslide Editor”