From my experience (I had success in resizing the list to display the number
of elements according to the size of the window) I can tell you that the
solution is playing with the css attribute "letf" or "right" in one of the
layers that the script creates. Wich one, I don't know, so you'll have to
use Firebug <http://getfirebug.com> and find out yourself.
Good luck and keep us updated on your progress.
On 1/21/07, Joseph <[EMAIL PROTECTED]> wrote:
I have the following code.
$("#mycarousel").jcarousel({
itemVisible:1,
itemScroll:1,
wrap:false,
noButtons:false,
scrollAnimation:"slow"
});
I have links elsewhere on the page that when clicked I want jCarousel to
scroll to the item (index) referenced. Something like...
# 1 # 2
$("a").click(function() {
scrollTo( $(this).text() );
});
I just can't figure out nor find information as to how to make jCarousel
perform this type of function.
Someone, please help!
--
View this message in context:
http://www.nabble.com/jCarousel-Scroll-To-tf3047903.html#a8472405
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/