15
Dec
2009
I figured out changing the position and how to put the captions under the slider bar. Let me put for other people: in css: .imageflow .navigation{ position:absolute; top:80%; z-index:10000; } in js: (for putting captions under slider bar) change lines 195&196 like this: navigationDiv.appendChild(scrollbarDiv); navigationDiv.appendChild(captionDiv);

