Click here to Skip to main content
15,917,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I found this article THIS ARTICLE[^] which was very helpful, i was wondering if it can be modified to look like private messaging of that of facebook, in which by default scroll is set to bottom and when user scrolls up previous messages get loaded. If yes then how can i do so?
Posted

1 solution

You have to set overflow in div

if u want Vertical and Horizontal

style="overflow: scroll;"

if u want Horizontal

style="overflow-x: scroll;"

if u want Vertical

style="overflow-y: scroll;"
 
Share this answer
 
v2
Comments
arbaaz jalil 21-Jun-13 5:48am    
I dont think you understood the question. I want to Set default div scroll to bottom and load repeater on scroll up.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900