how would i add a scroll bar like on this page rapidshare4movies.com at the bottom where it says "Friends" how can i make this and position to right of footer?
float:right; width: 300px; height: 430px; overflow: scroll; visibility: visible; overflow-x:hidden; overflow-y:auto; You can position any object by assigning a float value. it can be left or right.