【问题标题】:Direction Arrow over my popup我的弹出窗口上的方向箭头
【发布时间】:2018-02-17 14:36:38
【问题描述】:

你知道吗,为什么我的帖子滑块中的方向箭头会显示在我在这个网站上的弹出广告上?

http://skkelti.cz/

【问题讨论】:

  • 它来自 bx-wrapper 你总是可以从 CSS 编辑它

标签: html css wordpress posts


【解决方案1】:

箭头的两个锚标记的 z-index 值为 999,大于弹出窗口。要么增加弹出窗口 z-index,要么减少箭头 z-index。

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;   //Need to change
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-09-14
    相关资源
    最近更新 更多