here is my page http://www.philipdusel.com/gyp.html
My initial issue was trying to fix the scrolling behavior, (the next and prev buttons should cause the scrollbar to show the image selected. there is an issue with the next button. it hides the selected image from view. being completely ignorant of java i couldnt fix it .
but i realized that the "a.advance-link" carries the proper behaviour(ie it doesnt hide selected image from view) so i thought i could add an "a.advance-link" class to the next arrow to make up for this problem. but i have no idea how to move this class around. i tried wrapping the "controlls" div with a "advance-link" class but no luck. i tried moving around portions of the java. but i am brain dead in that dept.
here is the little bit o script
all i need to do is make "advance-link" the same size as the next butoon and position it right over and everything will be great. but i cant for the life of me figure out how to move it independently of the main image.jQuery(document).ready(function($) {
// ScrollTo modification
$(' .prev, .advance-link,').live('click', function() {
var href = $(this).attr('href');
$('ul.thumbs').scrollTo($('.thumb[href=' + href + ']'), {axis: 'y'});
});
Thank you



Reply With Quote


If you care to rephrase it, that would be great.

Bookmarks