tags:

views:

18

answers:

2

There are tons of jquery sliders for images. However I have some html markups like

<p>JavaScript rocks</p>
<p>jQuery rocks</p>
<p>stackoverflow rocks</p>

Assume each <p> is of size 400x400. I want a jquery slider which can slide each p element one by one.

A: 

Try this http://www.ndoherty.biz/demos/coda-slider/1.0/

Pavlo Neyman
+1  A: 

Here's a content slider jQuery plugin which you are looking for, give it a try

http://bxslider.com/

Ninja Dude