2
これはなぜ機能しませんか? Operaでは水平方向に正しく整列しますが、垂直方向には整列しません。 IEでは、それはまったく動作しません。移行(Quirksモード)ではdivの中の中央のdiv(わかりました、その機能していません...)
http://img834.imageshack.us/img834/340/86238198.png
#footer
{
position: absolute;
top: 905px;
width: 100%;
min-width: 800px;
height: 95px;
margin: 0px;
background-image: url('footerbg.png');
}
#center
{
position: relative;
width: 20%;
height: 70%;
margin: auto;
background-color: red;
}
doctypeを使用していますか? – Ross
聖なるくそ。私はHTML 4.01 Transitionalから厳格に変更しました。現在は動作しています... –