さて、私は単にフッターとして使用される中央の div を 1 つ持っています:<div id="bottom-footer">Powered by Coolname</div>
とスタイル:
#bottom-footer {
width: 100%;
height: 20px;
position: absolute;
bottom: 1px;
text-align: center;
}
そして、それは PC ブラウザーで問題なくレンダリングされます。
しかし、iPhoneで試してみると、次のようになります。
明らかに中心ではありません。何が間違っていますか?