Reputation: 493
how can I show hidden content of div with overflow: hidden using JavaScript ? Example: to scroll down programatically ?
Upvotes: 0
Views: 278
Reputation: 140210
Yes, using .scrollTop.
.scrollTop
Example: http://jsfiddle.net/RUhpC/
Upvotes: 2