google-chrome - 背面可见性 :hidden bug in chrome

标签 google-chrome css

我在 Windows Vista 上的 Chrome 中发现了一个错误:CSS3 backface-visibility:hidden 不起作用。 这是一个例子: jsFiddle

这在 windows 7 和 mac 的 chrome 上运行良好,但在 chrome vista 上背面没有隐藏。

有人知道吗?

webkit-backface-visibility:hidden;

最佳答案

好的,我现在已经解决了 Chrome v75.0 中的元素及其子标签(p、img)与

相同的问题
backface-visibility: hidden;

Chrome 只显示子项的内容。 我使用 jQuery 插件来翻转一些内容。我用

修复了它
.not('p, img, br, strong')

避免在 child 身上添加背面可见性。

也许这就像双重隐藏意味着展示?!就像在数学中 - 和 - 是 + :-)

关于google-chrome - 背面可见性 :hidden bug in chrome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13684522/

相关文章:

google-chrome - gmail api返回查询参数之外的电子邮件

css - 当 colspan 设置在下面的 td 行时,单个 th 的边界扩展到相邻的 th

javascript - 旋转木马图像没有响应

css - 页脚内容无法设置精确居中?

html - 是什么导致了零边距的多余空间?

css - 如何在 CSS 中使文本草书化?

google-chrome - 在 chrome 扩展中引入加载时间延迟

javascript - 如何从 Chrome 扩展调用 OnBlur 方法

javascript - 我可以在扩展程序中使用 JavaScript 来退出 chrome 吗?

javascript - 将 Javascript 和 CSS 组合成 HTML 文件