1. Add two new language strings to hs.lang:
- Code: Select all
if (!hs) { var hs = {
// Language strings
lang : {
thumbscrollup: 'Scroll Up',
thumbscrolldown: 'Scroll Down',
...
2. Replace the two lines you mention in your last post with these two ones:
- Code: Select all
'<div class="highslide-scroll-up"><div title="' + hs.lang.thumbscrollup + '"></div></div>'+
'<div class="highslide-scroll-down"><div title="' + hs.lang.thumbscrolldown + '"></div></div>'+
I have also added these two lines to the javascript section of my calling htm file:
- Code: Select all
hs.lang.thumbscrollup = 'Scroll Left';
hs.lang.thumbscrolldown = 'Scroll Right';
(so the scroll arrows display appropriate titles for horizontal thumbstrips). Everything seems to run smooth as silk now, so I think the gallery code is finished for me. Let me thank you once again.
Best wishes from Alter Littera.