Internet Explorer box model - what is offset?

前端 未结 4 1340
-上瘾入骨i
-上瘾入骨i 2020-12-09 14:56

I am trying to adapt a site to support IE 7. I have a few elements, however, which are being offset to the right by 69px. I am testing in IE9, set to render the page as if i

4条回答
  •  不知归路
    2020-12-09 15:35

    I had similar issue, my header menu width was not appearing correctly (was appearing in shrunk width), after some debugging I realized that I have added rem Poly-fill that was creating problem for me. I was using meta(http-equiv="x-ua-compatible" content="IE=Edge,chrome=1") too.

    After removing rem-polyfil JS file, it started working correctly for me.

提交回复
热议问题