.sifr-active,可见性:隐藏; 无法在 Safari 4.0.2 中工作?

发布于 2024-07-30 01:36:45 字数 151 浏览 3 评论 0原文

我尝试在替换之前隐藏元素,方法是使用在 HTML 元素上设置的 .sIFR-active 类,以便在 sIFR 处于活动状态时将 CSS 规则应用于元素。 我设置可见性:隐藏; 并且在 IE 和 Firefox 中运行良好。 不是Safari。

任何想法?

I trying to hide the element before replacement by using the .sIFR-active class, set on the HTML element, to apply CSS rules to elements when sIFR is active. I set the visibility: hidden; and it is working fine in IE and Firefox. Not Safari.

Any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

好菇凉咱不稀罕他 2024-08-06 01:36:46
.sIFR-alternate {
  display: none;
}
.sIFR-alternate {
  display: none;
}
聚集的泪 2024-08-06 01:36:46

.sIFR-active 类可以在 上设置。元素。 如果您的 CSS 规则明确为 html.sIFR-active,则当它恰好添加到 时,它不会触发。

The .sIFR-active class might be set on either the <html> or the <body> element. If your CSS rule is explicitly html.sIFR-active it won't trigger if it happens to be added to the <body>.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文