以下の内容はhttps://tech.motoki-watanabe.net/entry/2020/11/18/234544より取得しました。


IEでposition: fixedでmargin: autoでmax-width中央寄せにならない

position: fixed;
margin: auto;
max-width: 1200px;

これ、IEで効かずに中央寄せになっちゃう。

stackoverflow.com

これが解決策だった。

position: fixed;
margin: auto;
max-width: 1200px;
width: 100%

これ。max-widthがIEで意外とバグるイメージ。max-widthあって思い通りいかないならwidth: 100%すると解決すること多い…




以上の内容はhttps://tech.motoki-watanabe.net/entry/2020/11/18/234544より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14