Scroll div.boxes inside the div.list

Hi all!

I need some help here because I can’t find a solution.

Here is my fiddle with all the code: http://jsfiddle.net/ruiganga/rfUCQ/1/

basically I have a div that fits all the screen up to down (height: 100%, width: 420)

inside it I have a list with boxes(width:100%, height: 90px)

I need to be able to scroll the the boxes up and down. I guess I should use javascript or jquery but I need some tips to guide me.

Do anyone know a tut?

Thanks for all the tips :slight_smile: