marius2k12
marius2k12

Reputation: 1101

Text in div - automated scrolling with jQuery - jsFiddle inside

I have the following HTML: My Fiddle

I want the <p> elements and their text to vertically scroll from bottom to top.

How do i do this with jQuery without using any plugin?

Thanks in advance

Upvotes: 0

Views: 3540

Answers (1)

Chad
Chad

Reputation: 5418

http://jsfiddle.net/8yKjD/2/

I wrapped all your p tags within another div to make targeting and moving easier, but that should be what you're looking for.

Upvotes: 2

Related Questions