views:

41

answers:

1

I am new to javascript so go easy. I am trying to create a section of a web page to highlight a company's clients. Rather than list them all, I would like to create a auto scrolling effect. For instance, upon landing on the page a visitor sees two logos in the "clients" section, and two seconds later, that area auto displays two new logos.

Can anyone point me to a good source to implement this?

I hope that makes sense. I will be looking for an example in the meantime.

+1  A: 

You will probably want to build off an existing framework and then use a plugin to provide the scrolling. I use jQuery a lot, so I would recommend jQuery and a plugin like one of the following:

  1. AnythingSlider
  2. jQuery Cycle
Doug Neiner