PDA

View Full Version : fitting the vertical width of Iframe Wrapper?


kushaaal
06-09-2006, 07:28 AM
Greetings,
I had Iframe Wrapper, and I want to fit in vertically with the skin of SD. Horizoantally it's ok when I put it 100% it fits in, but not in horizontal plane.
can somebody help me do that?
Regards,

Robert_J_Ellis
06-09-2006, 09:33 AM
hmm, this might be possible if the following is done:

first of all, make sure this is in the css:


html, body {
height: 100%;
}


Next, add this to the iframe wrapper.


<iframe width="100%" style="height:100%"></iframe>


I'm not 100% that this will work, but I've seen css work some miracles before :).