Firefox中可能出现的CSS背景图片错误?

时间:2016-01-26 19:18:54

标签: css firefox

在以下网站(www.orba.com)上,覆盖蓝色和绿色面板的白色文本未在PC上的Firefox 44.0上显示。它在所有其他浏览器中显示正常。 6个月前没有发生这个问题。任何想法可能是什么问题?

2 个答案:

答案 0 :(得分:2)

这似乎是个错误。

是一个最小的测试用例



body, .first {
  height: 200px;
}
.first {
  margin-top: 1px;
  writing-mode: vertical-rl;
}
div {
  float: left;
}

<div class="first">Hello</div>
<div>World</div>
&#13;
&#13;
&#13;

在您的网页中,您使用已弃用的writing-mode: tb-rlbug 1205787别名为writing-mode: vertical-rl

但似乎高度,边距,书写模式和浮动的这种特定组合在bug 1144501之后不能很好地发挥作用。

我已提交bug 1243125来解决此问题。

答案 1 :(得分:0)

writing-mode引起。它似乎还是一种实验性技术:

horizontal-tb

将其删除或将其设置为$('.down_arrow').click(function() { $(this).closest('tr').insertAfter($(this).closest('tr').next()); }); $('.up_arrow').click(function() { $(this).closest('tr').insertBefore($(this).closest('tr').prev()); });其默认值),文本将显示回来。