kkris1983
kkris1983

Reputation: 493

show remaining content - DIV with overflow: hidden

how can I show hidden content of div with overflow: hidden using JavaScript ? Example: to scroll down programatically ?

Upvotes: 0

Views: 278

Answers (1)

Esailija
Esailija

Reputation: 140210

Yes, using .scrollTop.

Example: http://jsfiddle.net/RUhpC/

Upvotes: 2

Related Questions