Facebook页面选项卡触发IE“仅显示安全内容”消息

时间:2012-08-25 13:32:39

标签: html facebook internet-explorer ssl facebook-page

我已经使用Static Html:iframes标签应用添加了一个标签到我的脸书页面。
在Chrome中工作正常但在IE中我得到“仅显示安全内容”通知 背景图像与SSL链接,没有其他外部内容链接到页面,只有带文本的HTML,所以我不知道原因...
这是我的代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
  body {
    direction: rtl;
    background-image: url('https://lh3.googleusercontent.com/-8GcYUqtmItc/UDc8OSEOdZI/AAAAAAAAD_g/denZSy7Be_0/s800/bg.jpg');
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    font: Arial;
    font-size: 18px;
    color: #00000;
  }
  #header {
    padding: 0;
    margin: 0 auto;
    border: none;
    width: 100%;
    height: 190px;
  }
</style>
<title>Page Title</title>

</head>
<body>
<div id="header"></div>
<div id="content">
<table width="90%"  cellpadding="10" border="0" align="center">
        <tr>
          <td align="right" dir="rtl">
            <p>
                Some text...
            </p>
          </td>
        </tr>
    </table>
</div><!-- content -->
</body></html>

以下是实际的网页链接:http://facebook.com/#!/GioraSalz/app_349708898445501

提前致谢。

1 个答案:

答案 0 :(得分:0)

在Facebook标签应用中,安全内容是https://facebook.com上的所有内容。由于您的网站可能无法使用SSL保护,因此IE不会显示它,因为在IE设置的深处某处是“仅显示安全内容”。如果你想删除它,只需获得一个ssl证书。他们很便宜