+ -
当前位置:首页 → 问答吧 → 以下CSS里的字在IE6中不显示

以下CSS里的字在IE6中不显示

时间:2011-07-23

来源:互联网

CSS代码如下:
.index-area {
       width:960px;
       height:351px;
       background:url(images/featured_img.jpg) no-repeat;
       position:relative;
       margin:0 auto;
}
.index-intro {
       width:960px;
       height:40px;
       line-height:40px;       
       position:absolute;
       bottom:21px;
       text-align:right;              
}
.index-intro strong {
       font-size:16px;       
       color:#448A94;       
}
HTML文件如下:
<div class="index-area"></div>
<div class="index-intro">
<strong>专业为娱乐场所、商场店面、住宅别墅、办公写字楼等提供装饰设计服务!欢迎咨询!!</strong>
</div>              
其中的“专业为娱乐场所、商场店面、住宅别墅、办公写字楼等提供装饰设计服务!欢迎咨询!!”在其它浏览器可以正常显示,但在IE6就硬是不显示,请问是什么原因?怎么解决?

作者: telunsu   发布时间: 2011-07-23

试了下你的代码,没发现你说的问题,应该是其它代码的问题吧

作者: alphat   发布时间: 2011-07-24