Visual index / Grow / Scroll vertically

Skaatar / 2013-10-10 15:11:08   

(an alternative to my previous post)

Current situation:
skatar.com/…
I am using visual index, grow on the link above.
I intend to set the counter to 10, which more or less creates a horizontal exhibit.
I have inserted images via html in the image caption, which enables another level.

What I want to do:
Given the scrolling due to the html images in each caption,
I want to scroll locally.

That is, when clicking one image, it grows.
After the growth, I want to scroll on that particular picture.
Everything else should be static.

Tests so far:
I worked with plugin.jxs_grow.php , changing position:relative to position:fixed
That indeed changed things but inverted.

I also changed all other position labels but with no success.

I suppose there is an easy solution to this?

My fear however, is that the scroll is not on 0,0 when clicking another image, but we'll see.

Best regards

Skaatar / 2013-10-10 15:43:23   

ok, I managed to achieve it actually.
I changed format format.visual_index.php from position:relative to fixed on line 743

However, now there are two problems:

1) The text content in the exhibit scrolls aswell. I want that to remain in position.
How?

2) As I thought, whn cklicking another image, it is "already scrolled". That is strange. There must be a way to get back yo 0,0 after click, right?

best regards

This thread has been closed, thank you.