【问题标题】:IE 8/9 not render header background image [duplicate]IE 8/9 不呈现标题背景图像 [重复]
【发布时间】:2013-04-10 23:05:02
【问题描述】:

我使用了引导主题,在 IE 8/9 中没有显示标题背景图像(显示为黑色),但所有其他浏览器都正确显示

CSS:

.navbar-fixed-top { 
   background: url(http://i47.tinypic.com/15ed8ub.jpg) repeat-x;
}
.navbar-fixed-top .nav { 
   margin:12px 0 0 0; 
}

【问题讨论】:

    标签: css internet-explorer twitter-bootstrap


    【解决方案1】:

    问题(如果尝试将图像放在.brand 容器中)是您需要为 IE 设置图像的尺寸。

    例如:

    .brand img{
      width:238px;
      height:50px;
      display:block;
    }
    

    【讨论】:

    • 我是 CSS 新手,我希望该图像在标题中水平重复
    • 现在我删除了背景图像并将颜色设置为 #0A3A6B 现在在 IE 中可以正常工作
    猜你喜欢
    • 2012-12-29
    • 2012-10-20
    • 1970-01-01
    • 2017-01-03
    • 1970-01-01
    • 1970-01-01
    • 2013-12-31
    • 1970-01-01
    • 2012-09-19
    相关资源
    最近更新 更多