0

我正在开发一个现有的网络应用程序,我的任务是让它在 IE7 上运行。它在 IE8、FF 等中运行良好。

结构示例:

<div id="page">    ------------- absolute position
 <div id="shell">  -------------  static position
   <div id="outer">   ------------  fixed position
      <div id="inner">  ------------  relative position
          <h1>My Title</h1>  ------------ absolute position
      </div>
   </div>
  </div>
</div>

IE 7 中的问题是屏幕上没有 H1。如果我将其更改为相对,它会显示出接近它需要的位置。我怀疑这个问题与固定 rel 中的 abs 等有关,但我不想在知道规则之前开始尝试组合。

因此,如果这里有任何违反 IE 7 的明显规则,请告诉我。谢谢。

4

0 回答 0