【问题标题】:Weird border issue on custom Facebook Tab自定义 Facebook 选项卡上的奇怪边框问题
【发布时间】:2013-09-23 22:34:49
【问题描述】:

我正在使用 IFRAME 创建一个自定义 Facebook 标签,但由于某些奇怪的原因,这个奇怪的边框拒绝消失。我尝试了以下方法:

table, th, td
{
border: 0px;
}

frameborder="0" 在 iframe 属性中。

以及各种 CSS 尝试。边界不会消失。

chrome检查工具显示如下:

(用户代理样式表)

table {
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}

我没有在我的代码中任何地方包含这种样式。我能做些什么来解决这个问题,或者这是某种 Facebook 必需的标签功能?如果边界必须在那里,我至少可以在所有方面均匀地拥有它吗?!哈哈哈。

请参阅此页面以查看问题:https://www.facebook.com/hitejinro?sk=app_190322544333196&app_data=visitor_mode

这就是我的样子:http://i.imgur.com/HJIUp69.jpg

感谢阅读。

【问题讨论】:

    标签: html css facebook iframe


    【解决方案1】:

    边框来自 iframe。您的 iframe 标记似乎格式不正确。把它改成

    <iframe src="http://spuxystudios.com/adwell/psy/index.html" width="850" frameborder="0" height="1900px">....</iframe>
    

    目前是:

    <iframe src="http://spuxystudios.com/adwell/psy/index.html" width="850″ frameborder=" 0" height="1900px"></iframe>
    

    查看宽度上的引号不匹配。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-01-28
      相关资源
      最近更新 更多