Leave a comment

Comments 10

davidwestbrook May 28 2006, 15:09:42 UTC
The only thing I noticed when plying through the site was in the gallery, when you clicked on one of the images it would reset the slider back to the top of the list, not so noticable when you're at the top but quite annoying once you get further down the list.

Reply

jolaedana May 28 2006, 15:15:42 UTC
Yes, everyone's commenting on that, and it's killing me. See, my client wants a scrollbox like that, and the script I have is designed to just show say, six thumbnails at a time, either that or all of them together a lot smaller- either way, the scrollbox is a hack of mine, and not something script reccomended. I'm not sure if there's any way to fix it, sadly. I have messaged the guy who wrote the script tutorial, and we'll see what he has to say.

Reply

davidwestbrook May 28 2006, 15:31:34 UTC
Hmmm... have you thought about maybe doing an iframe for the pictures? That way you could change those without reloading the rest of the page? I don't know how flexible your script is but if it supported iframes it might work. Unless the reset of teh slider is part of the script when you click on the item.

If that's the case maybe you could just use an iframe for the scrolly box, unless you're already doing that, i didn't look at the code... anyway, just rattling off ideas, anywho, I'm late for church. C ya round! G'journey and God Bless

Reply

jolaedana May 28 2006, 15:42:08 UTC
The pictures are pulled into a div by a PHP script- I'm writing this so that the guy who knows nothing about code can update his site by merely dropping pictures into the folder, and they'll be added to the cue over on the right. I doubt an iFrame would make any difference- if you know something about them I don't, then let me know.

Reply


Leave a comment

Up