2

I'm working on embedding a very quick survey on my site and after page one, there is just description text for page 2 and 3. So how do I a) make the iframe responsive to the number of questions or b) get rid the other ugly gray bottom when the description text appears? I don't mind the scroll bar but in a dream scenario what I would like is no scoll bar - all 4 questions fit on the page and then the continue button on page 2 shows up with no grey box.

The iframe code I have on the page is:

with the following CSS:

<style>
.survey-container {
position: relative;
}
iframe {
border-style: none;
background-color:transparent;
min-height: 400px; 
max-height: 600px; 
overflow: hidden;
}
</style>

http://i.stack.imgur.com/WP1dZ.jpg

timrosenthal
  • 57
  • 2
  • 9

0 Answers0