tags:

views:

46

answers:

1

How can i hide the scrollbar of using css/jQuery? i notice that the slideDown() function makes the scrollbar to be hidden but i can't understand why(the precise reason/behaviour).

+1  A: 

overflow: hidden

Matt