views:

86

answers:

1

I am unable to get the correct title for this, please change the title if you get appropriate one :)

This is what i am having

<div class="container">
  <div class="innerContainer">
     <div>
         Div content Here  [ always either embed or object or image ]
     </div>
     xtra noise
  </div>

  <div class="innerContainer">
     <div>
         Div content Here
     </div>
     xtra noise
  </div>

  <div class="innerContainer">
     <div>
         Div content Here
     </div>
     xtra noise
  </div>
</div>

Now, what i need is this http://sketchfu.com/drawing/876520-what-do-i-need-
Note sketchfu is pathetic for drawing.

Is there any jQuery plugin which can do this?

+2  A: 

Here is a list of content sliders: http://visionwidget.com/inspiration/web/295-jquery-content-sliders.html

I have used and like: http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider

Dustin Laine
i like jFlow and EasySlider 1.7. Thnx
Rakesh Juyal