.navbar-brand {
background: url("../../img/logo.gif") no-repeat;
}
使用https时,这会在我的网页上造成“不安全的内容”。奇怪的是,我有另一个较小的图像(16px x 16px)使用相同的方式:
.icon-credit{
background: url("../../img/credit_16x16.png") no-repeat;
}
这完全没问题。我不知道发生了什么。
我有什么选择来阻止这种警告?