[jQuery] Re: jQuery Timers Loop

2009-05-26 Thread Pepperman
Try this. It is using jQuerys offset() method to get the current elements position. This way you do not have to create a class for each position you need to to be in. Let JQuery figure that part out. You will probably have to tweak the css offset a bit to get it to sit exactly where you want

[jQuery] Re: jQuery Timers Loop

2009-05-26 Thread Pepperman
another couple notes: It is a good idea for jQuery to use the an #ID for the call $(#myol) instead of $(OL). Also.. If someone adds another OL somewhere on the page, the methods you are applying will be applied to every other OL on the page. Which may not do what you intended. Using OL will

[jQuery] Re: jQuery Timers Loop

2009-05-26 Thread MauiMan2
Thanks for the extra help, Pepperman. Yeah, I haven't perfectly polished off all the code yet. I hardly ever put anything like DIV#arrow but I guess an instance slipped through. I do try to not use IDs if an element name will do but am fine with using IDs when necessary.

[jQuery] Re: jQuery Timers Loop

2009-05-25 Thread Pepperman
I had to do something like this recently. Try this: ol id=myol liWe establish, through the Secretary of State, a Corporation in any state you choose as your home base of operations./li liWe customize a 401k plan that can invest in your corporate stock and traditional

[jQuery] Re: jQuery Timers Loop

2009-05-25 Thread MauiMan2
Hmm, I think that might work. Now just have to tinker w/ it a bit to get the arrow to animate as well. Thanks, Pepperman! On May 25, 7:57 pm, Pepperman chorno...@gmail.com wrote: I had to do something like this recently. Try this: ol id=myol liWe establish, through the Secretary of