以下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就硬是不显示,请问是什么原因?怎么解决?
.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
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28