0

i have a div with overflow auto and height fix , when i hide that div and show it again than scrolling not come but before hiding the div scrolling was there why this happen why style is changed to overflow hidden , and for solving this problem what should i do ?

1
  • 3
    Wow, three lines, one sentence Commented Oct 11, 2010 at 12:43

1 Answer 1

1

When you make it show again, set its overflow property to auto again.

Or just try jQuery's toggle() or hide() & show() to see if that alone works out for you.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.