Jquery (or CSS) autoresize iframe to the bottom?
Posted
by mathiregister
on Stack Overflow
See other posts from Stack Overflow
or by mathiregister
Published on 2010-03-21T09:34:06Z
Indexed on
2010/03/21
9:41 UTC
Read the original article
Hit count: 368
Hi guys, i've no idea how i can set properties for an iframe that's positioned 300px from the top, but should reach ALWAYS the bottom!
So at the moment i've set the height of the iframe to 500px. The height should dynamically change when i resize the browserwindow. The iframe should start 300px from the top and should always reach the bottom.
I'm not much of an css expert. Any idea what i have to do?
#frame {
overflow:hidden; border:none; width:100%; height:500px; margin-top:300px; }
© Stack Overflow or respective owner