SSL不适用于css [英] SSL not working for css

查看:140
本文介绍了SSL不适用于css的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

css:

.ContentArea {float:left; width:984px; height:auto; background:url(../images/mid_bg.jpg)repeat-y;}

当我在IE中为div申请以上课程时,出现错误此页面包含受保护的内容"

仅当我使用上述类o.w working

css:

.ContentArea{float:left;width:984px;height:auto;background:url(../images/mid_bg.jpg) repeat-y;}

when i apply above class for div in IE i got error "This page has in secured content"

only when i use above class o.w working

推荐答案

嗨哈莎,


.ContentArea
{
float:left;
宽度:984像素;
高度:自动;
background-image:url("images/mid_bg.jpg");
background-repeat:repeat-y;

}

参考链接: http://www.w3.org/TR/CSS2/colors.html [ ^ ]
Hi Harsha,


.ContentArea
{
float:left;
width:984px;
height:auto;
background-image:url("images/mid_bg.jpg");
background-repeat:repeat-y;

}

Ref Link: http://www.w3.org/TR/CSS2/colors.html[^]


您正在混合使用HTTP和https.我想您的图片位于您尚未启用https的文件夹中,但是您的页面位于https下.
You are mixing http and https. I suppose your images reside on a folder where you have not enabled https, but your page is under https.


这篇关于SSL不适用于css的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆