Div在IE兼容模式下移位

时间:2011-08-07 22:51:05

标签: css internet-explorer html cross-browser

当选择兼容模式时,广告框上的“关闭播放”按钮由于某种原因在IE上向右移动

屏幕截图:

enter image description here

http://piclair.com/data/2sm0j.jpg

网址:http://www.animefushigi.com/sacred-seven-episode-6/4

关于如何修复的任何想法?

1 个答案:

答案 0 :(得分:2)

  

我认为问题可能是左边缘。但没有那就那么   在其他浏览器上看起来是正确的。

margin-left: 42%替换为margin: auto:)

这是因为:http://www.w3.org/TR/CSS21/visudet.html#blockwidth

  

正常流程中的块级非替换元素

     

如果'margin-left'和'margin-right'都是'auto',则使用它们的值   是平等的。这使元素相对于中心水平居中   包含块的边缘。