Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have added a vertical scroll bar to my iFrame which is created through JS. The iFrame contents are set dynamically i.e user can add fields to this iFrame.when the height of the frame goes beyond the limit the upper fields get hidden.how can this problem be delt with.?

share|improve this question
Some code sample would help a lot... – Gatekeeper Aug 26 '11 at 8:39

1 Answer

I am not completely sure what you are looking for. All i could understand is you are dealing with an iframe whose size changes dynamically. So why don't you try auto scrolling.

Set your attribute scrolling="auto". Please correct me if i wrongly understood your question.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.