Galleria 模块 - 风格上衣:

发布于 2024-11-07 07:15:03 字数 197 浏览 0 评论 0原文

我正在尝试针对 Drupal 7 优化我的 Galleria 模块。除了一件事之外,一切都很顺利。 标签直接添加了样式 - top: 50px。我认为它是用 JavaScript 添加的,但我找不到它!我尝试使用 Drupal 模板内的 CSS 和模块内的 CSS 来覆盖此样式,但仍然没有任何效果。我会用牙齿咬住它,因为我几天后就想把它去掉!

I'm trying to optimize my Galleria module for Drupal 7. Everything goes OK except one thing. <img> tag has directly added style - top: 50px. I think its added with JavaScript but I can't find it! I've tried to override this style with CSS inside Drupal Template and inside module CSS's but still nothing. I'll bite it with my teeth cause I'm trying to remove it from a few days!

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

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

发布评论

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

评论(1

菩提树下叶撕阳。 2024-11-14 07:15:03

您可以使用 ie Firebug for FF 检查样式来自何处。 Firebug 为您提供了包含继承和重写规则的完整列表。您也许能够明白为什么您的风格没有被应用。

如果样式是由 JavaScript 添加的,那么它通常是标签本身的内联样式。您可以使用 top: 0 !important; 在 css 中覆盖它

You can check, where the style is coming from using i.e Firebug for FF. Firebug gives you a complete list with inheritance and overriding rules. You may be able to see why your style wasn't applied.

If the style is added by JavaScript it's normally an inline style on the tag itself. You can override it in your css by using top: 0 !important;

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