Hi
I am making a side scrolling site and can get the jquery ScrollTo to work fine but I need to apply a targeted postion of 50% so that the contents is always in the centre of the screen.
I am following this
http://flesler.blogspot.com/2007/10/jqueryscrollto.html but I do not know where to put the code for this "A string specifying a percentage to scroll to that part of the container (f.e: 50% goes to to the middle)."...which he has stated in a post is "$('#the_div').scrollTo('50%',900, {axis:'x'});" but I don't know where to place it.
Please can someone help.
Thanks