html - 老掉牙的 IE 问题

标签 html css cross-browser

我有以下代码:

http://jsbin.com/egiju4

这适用于 FF 和 chrome,但显示所有 block 在 IE 中对齐。

我已经对其进行了大量更改,但根本无法使其正常工作。

谁能给我一些帮助?

提前致谢

最佳答案

封装div添加width css规则

  #block_selector {
    padding: 10px;
    float: left;
    width:400px; /*this*/
  }

关于html - 老掉牙的 IE 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4178345/

相关文章:

html - IE9 兼容模式显示链接轮廓,其中 IETester Tabs 7/8 不显示

html - 为分辨率应用不同的 css 类

javascript - 单击而不是一次显示多个图像

python - 本地 CSS 文件从 plotly dash 应用程序中掉落

jquery - 动态改变div之间的页面内容?

javascript - 自动将指标添加到 bootstrap carousel

Firefox 和 Chrome 中的 CSS 字体差异

html - 文本输入占位符在 IE 和 Firefox 中不显示

javascript - 缺少必需的参数 : number error in javascript function

html - 是否可以在 Bootstrap 框架内证明文本的合理性?