でのWebKitが、バグで正常に動作し、すべてのWebKitのブラウザで正常に動作するようですので、私は本当に私が間違ってやっている知らない:センターdivの垂直は、私はFirefoxでのdivを中心に問題を抱えているFirefoxの
私のCSS:
html {
width: 100%;
height: 100%;
}
body {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 100%;
width: 100%;
}
#Page {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
}
#LoginBackground {
position: absolute;
margin-top: -45%;
margin-left: -35%;
left: 50%;
top: 50%;
width: 70%;
height: 90%;
}
マイHTML:
<body>
<div id="Page">
<div id="LoginBackground">
</div>
</div>
</body>
が、これはGeckoのENG内のバグです私は間違ったことをしています。
私は十分な情報を提供したとは思わない。あなたの答えは正しいが、私の問題には十分ではない。ありがとうtho –
実際には、現在のFirefoxのリリースでは動作しません。 –
はFF11で動作します。 – user1289347