question on a dhtmlgoodies gallery script..

M

maya

hi,

I'm trying to incorporate this img gallery
http://www.dhtmlgoodies.com/scripts/image-slideshow-vertical/image-slideshow-vertical.html

to my photoblog..
http://www.francesdelrio.com/photoblog/blog1/photos.jsp

the problem I'm having is that film strip (part that contains
thumbnails) is positioned relatively; when I change this is does not
scroll anymore.. however, I do need to be able to position it
absolutely so I can put it where I want it.. (to the left of main image
viewer..)

what is possible solution here pls...

thank you....
 
M

maya

maya said:
hi,

I'm trying to incorporate this img gallery
http://www.dhtmlgoodies.com/scripts/image-slideshow-vertical/image-slideshow-vertical.html


to my photoblog..
http://www.francesdelrio.com/photoblog/blog1/photos.jsp

the problem I'm having is that film strip (part that contains
thumbnails) is positioned relatively; when I change this is does not
scroll anymore.. however, I do need to be able to position it
absolutely so I can put it where I want it.. (to the left of main image
viewer..)

what is possible solution here pls...

thank you....

ok, I solved that problem.. problem I'm running into now, however, is
problem I often run into with these things: when I load a div I don't
know how to detect which div is currently loaded so I can hide it.. in
the nav ON TOP of photo it's easy b/c I load a nav-div with each photo..
goes (code is generated with a JSP, but viewing src code should give you
an idea of what/how I'm doing this..)

so this line,
var images =
document.getElementById('previewPane').getElementsByTagName('IMG');

is no good for me b/c I each div has a diff name (photo1, photo2, etc..
so 'previewpane' is no good for me..) I generate photo-divs by
detecting, with Java, how many photos there are in 'images' folder, so..
am stumped here... man, what a pain.. always with dynamic
image-displays I run into this problem: how to detect what div is
currently loaded so I can hide it..

thank you very much..
 
M

maya

maya said:
ok, I solved that problem.. problem I'm running into now, however, is
problem I often run into with these things: when I load a div I don't
know how to detect which div is currently loaded so I can hide it.. in
the nav ON TOP of photo it's easy b/c I load a nav-div with each photo..
goes (code is generated with a JSP, but viewing src code should give you
an idea of what/how I'm doing this..)

so this line,
var images =
document.getElementById('previewPane').getElementsByTagName('IMG');

is no good for me b/c I each div has a diff name (photo1, photo2, etc..
so 'previewpane' is no good for me..) I generate photo-divs by
detecting, with Java, how many photos there are in 'images' folder, so..
am stumped here... man, what a pain.. always with dynamic
image-displays I run into this problem: how to detect what div is
currently loaded so I can hide it..

thank you very much..
ooops.. forgot.. url of what I'm trying to do is here..
www.francesdelrio.com/india/test/photos_orig.jsp

thank again...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top