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;
}