[jQuery] Re: Lopping scrolling menu that doesnt scroll back

2009-03-06 Thread bradharr...@hotmail.com
check this out: http://blog.bogojoker.com/2009/01/adding-looping-to-a-content-slider/ On Mar 6, 8:32 am, JohneeM wrote: > Hi, > > Notice on thewww.bbc.co.uk( iplayer section ) and > onhttp://www.designsensory.com/ > their menus dont coarsely scroll back to the start, they simply loop > wi

[jQuery] Re: Lopping scrolling menu that doesnt scroll back

2009-03-06 Thread bradharr...@hotmail.com
When you find this out, will you email me at bradharr...@hotmail.com? I really need to know the same thing. On Mar 6, 8:32 am, JohneeM wrote: > Hi, > > Notice on thewww.bbc.co.uk( iplayer section ) and > onhttp://www.designsensory.com/ > their menus dont coarsely scroll back to

[jQuery] Making a slide loop

2009-03-06 Thread bradharr...@hotmail.com
How would I go about making this animation loop? I have a div that is controlled by a button. When the button is clicked, the div's css/left is adjusted to 800. How would I make this div loop? I would need it to go all the way too 800 and then come back to 0 and start over. Here is my code:

[jQuery] Simple animation fix

2009-03-06 Thread bradharr...@hotmail.com
I have this simple animation that I need help with. Basically it is a square that moves left to right. It is controlled by a left and a right button. The only problem is that I need the square to stop once it reaches a certain distance. Right now it will just keep going and going as far as you wan