このテンプレートを使用します
<style>
#block_center{
position: absolute;
right: 210px;
left: 210px;
text-align: left;
border: 1px solid #000;
overflow: auto;
height: auto;
}
#block_right{
width: 200px;
border: 1px solid #000;
position: relative;
right: 3px;
text-align: left;
float: right;
}
#block_left{
position: relative;
left: 3px;
width: 200px;
border: 1px solid #000;
text-align: left;
float: left;
}
#block_content{
clear: both;
float: none;
width: 100%;
text-align: center;
overflow-y:auto;
overflow-x:auto;
height: auto;
/* margin-bottom: -50px; */
margin: auto;
}
#block_buttom {
background-color: blue;
/* z-index: -10; */
width: 100%;
height: 50px;
clear: both;
}
.clear {
clear:both;
overflow:hidden;
}
</style>
<div id="block_content">
<div id="block_center"> ARTICLE <br> article_ajax_content </div>
<div id="block_right"> Artile links </div>
<div id="block_left"> banner </div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="block_buttom"> some text info about site and 31px height img </div>
私が抱えている問題は、アーティクルがランダムな高さサイズになるだけでなく、ランダムなサイズのコンテンツの ajax ブロックが後に続くことであり、ブラウザー ウィンドウのサイズ、コンテンツに関するすべてのコンテンツの後に、下部の div を絶対に下部に固定することはできません。サイズ、ajax ブロック サイズ...
css (jQuery を使用して下のブロックを固定 y 座標に固定したくない) が私の使用パターンのように見える方法を教えてくれる人はいますか?