http://www.coffeeproteindrink.com/method-athlete/
メイン ラッパーの下の空きスペースを削除しようとしています。Firefox では、約 20 ピクセルの空き領域が表示され、メイン ページに垂直スクロール バーが表示されます。
IE では、スクロール バーのない 115 ピクセルの領域が表示されます。
私の目標は、main_wrap + フッターをページの一番下に揃えることですが、私が試みていることは何も役に立ちません。
#main_wrap {height: 390px;
background: url(images/content_back.png) repeat-y top left;
margin: 0 0 0 240px;
opacity: .8;
position:absolute;
top:325px;
overflow: hidden;
}
#main
{position: relative;
width: 680px;
padding: 0 40px 5px 40px;
font: normal 12px Verdana, Arial, sans-serif;
line-height: 20px;
display: inline-block;
z-index: 2;
}
#footer
{
width: 680px;
padding: 25px 40px 0 0px;
font-size: 12px;
position: relative;
height: auto;
clear: both;
bottom:50px;}
私が達成しようとしているものの例: http://www.bio-genix.com/
助けてくれてありがとう、ケン