私はこのコードを得ました:
<div id="resizeDiv"><div id="title">Lol</div><div id="content"><iframe src='todo.php' height='100%' width='100%' frameborder='0px'></iframe></div></div>
これはcssです:
#title{
height: 25px;
width: 100%;
background: #c0c0c0;
border-bottom: 1px solid #999;
}
#content{
margin-bottom: 25px;
}
そして、jqueryを使用してボックスのサイズを変更できるようにします。しかし、iframe は正確に 25px で外に出ます。私は試した:
margin-bottom: 25px;
しかし、それはうまくいきません。誰かが私が間違っていることを知っていますか?